m-ric HF staff commited on
Commit
ea604ea
β€’
1 Parent(s): d99e775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -76,6 +76,9 @@ STYLE = """
76
  border-left: 2px solid var(--body-text-color);
77
  }
78
 
 
 
 
79
  .tree ul:has(> li:only-child)::before {
80
  height:40px;
81
  }
 
76
  border-left: 2px solid var(--body-text-color);
77
  }
78
 
79
+ .tree li:only-child::before, .tree li:only-child::after {
80
+ border: 0 none;
81
+ }
82
  .tree ul:has(> li:only-child)::before {
83
  height:40px;
84
  }