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

Update app.py

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