Nazneen Rajani commited on
Commit
19bff85
1 Parent(s): 54d16e1

Update error_analysis/utils/style_hacks.py

Browse files
error_analysis/utils/style_hacks.py CHANGED
@@ -10,10 +10,10 @@ def init_style():
10
  <style>
11
  /* Side Bar */
12
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
13
- width: 300px;
14
  }
15
  [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
16
- width: 300px;
17
  }
18
  [data-testid="stSidebar"]{
19
  flex-basis: unset;
 
10
  <style>
11
  /* Side Bar */
12
  [data-testid="stSidebar"][aria-expanded="true"] > div:first-child {
13
+ width: 250px;
14
  }
15
  [data-testid="stSidebar"][aria-expanded="false"] > div:first-child {
16
+ width: 250px;
17
  }
18
  [data-testid="stSidebar"]{
19
  flex-basis: unset;