tree width
parent
130a6c9be5
commit
9fe6381245
|
|
@ -5,9 +5,16 @@
|
|||
<script src="https://cdn.jsdelivr.net/npm/easymde/dist/easymde.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/highlight.js/latest/highlight.min.js"></script>
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/highlight.js/latest/styles/github.min.css">
|
||||
<!-- TODO
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.css">
|
||||
-->
|
||||
<style>
|
||||
#tree summary {
|
||||
min-width: 180px;
|
||||
#tree {
|
||||
max-width: 15em;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
#tree > details summary {
|
||||
min-width: 10em;
|
||||
}
|
||||
#tree details {
|
||||
padding-inline-start: 1em;
|
||||
|
|
|
|||
Loading…
Reference in New Issue