m-ric HF staff commited on
Commit
d99e775
1 Parent(s): 9e3e4de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -75,8 +75,9 @@ STYLE = """
75
  left: 50%;
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;
 
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;