max width for filetree
This commit is contained in:
@@ -88,7 +88,7 @@ newlines
|
||||
ID string
|
||||
}{
|
||||
{Title: "title id00", ID: "id00"},
|
||||
{Title: "title id07", ID: "id07"},
|
||||
{Title: "title id07 but it's really really really long", ID: "id07"},
|
||||
{Title: "title id00 / title id10", ID: "id00/id10/id10"},
|
||||
{Title: "title id00 / title id10 / title id20", ID: "id00/id10/id20"},
|
||||
},
|
||||
@@ -111,7 +111,7 @@ newlines
|
||||
"id04": {"Leaf":{"Title":"title id04"},"Branches":{}},
|
||||
"id05": {"Leaf":{"Title":"title id05"},"Branches":{}},
|
||||
"id06": {"Leaf":{"Title":"title id06"},"Branches":{}},
|
||||
"id07": {"Leaf":{"Title":"title id07"},"Branches":{}}
|
||||
"id07": {"Leaf":{"Title":"title id07 but it's really really really long"},"Branches":{}}
|
||||
}
|
||||
}`,
|
||||
}
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
padding-right: 1em;
|
||||
}
|
||||
</style>
|
||||
<div class="fullscreen tb_fullscreen">
|
||||
<div class="fullscreen tb_fullscreen" style="max-width: 25em;">
|
||||
<details open id="filetree">
|
||||
</details>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user