Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ STYLE = """
|
|
20 |
display: grid;
|
21 |
align-items: center;
|
22 |
margin: 0!important;
|
23 |
-
overflow:
|
24 |
}
|
25 |
.prose ul ul {
|
26 |
font-size: 10px!important;
|
@@ -53,6 +53,7 @@ STYLE = """
|
|
53 |
#root {
|
54 |
display: inline-grid!important;
|
55 |
width:auto!important;
|
|
|
56 |
}
|
57 |
|
58 |
.tree ul {
|
|
|
20 |
display: grid;
|
21 |
align-items: center;
|
22 |
margin: 0!important;
|
23 |
+
overflow: auto;
|
24 |
}
|
25 |
.prose ul ul {
|
26 |
font-size: 10px!important;
|
|
|
53 |
#root {
|
54 |
display: inline-grid!important;
|
55 |
width:auto!important;
|
56 |
+
min-width: 220px;
|
57 |
}
|
58 |
|
59 |
.tree ul {
|