Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ STYLE = """
|
|
76 |
border-left: 2px solid var(--body-text-color);
|
77 |
}
|
78 |
.tree li:only-child::after, .tree li:only-child::before {
|
79 |
-
|
80 |
}
|
81 |
.tree li:first-child::before, .tree li:last-child::after {
|
82 |
border: 0 none;
|
|
|
76 |
border-left: 2px solid var(--body-text-color);
|
77 |
}
|
78 |
.tree li:only-child::after, .tree li:only-child::before {
|
79 |
+
width: 0;
|
80 |
}
|
81 |
.tree li:first-child::before, .tree li:last-child::after {
|
82 |
border: 0 none;
|