m-ric HF staff commited on
Commit
57c2a5d
β€’
1 Parent(s): 5582229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,7 @@ STYLE = """
20
  display: grid;
21
  align-items: center;
22
  margin: 0!important;
23
- overflow: scroll;
24
  }
25
  .prose ul ul {
26
  font-size: 10px!important;
@@ -53,6 +53,7 @@ STYLE = """
53
  #root {
54
  display: inline-grid!important;
55
  width:auto!important;
 
56
  }
57
 
58
  .tree ul {
 
20
  display: grid;
21
  align-items: center;
22
  margin: 0!important;
23
+ overflow: auto;
24
  }
25
  .prose ul ul {
26
  font-size: 10px!important;
 
53
  #root {
54
  display: inline-grid!important;
55
  width:auto!important;
56
+ min-width: 220px;
57
  }
58
 
59
  .tree ul {