Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,8 +75,9 @@ STYLE = """
|
|
75 |
left: 50%;
|
76 |
border-left: 2px solid var(--body-text-color);
|
77 |
}
|
78 |
-
|
79 |
-
|
|
|
80 |
}
|
81 |
.tree li:first-child::before, .tree li:last-child::after {
|
82 |
border: 0 none;
|
|
|
75 |
left: 50%;
|
76 |
border-left: 2px solid var(--body-text-color);
|
77 |
}
|
78 |
+
|
79 |
+
.tree ul:has(> li:only-child)::before {
|
80 |
+
height:40px;
|
81 |
}
|
82 |
.tree li:first-child::before, .tree li:last-child::after {
|
83 |
border: 0 none;
|