Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update styles/styles.css
Browse files- styles/styles.css +4 -0
styles/styles.css
CHANGED
@@ -57,6 +57,10 @@ div[data-testid="stMarkdownContainer"] {
|
|
57 |
color: #1b2e2c;
|
58 |
font-weight: bold;
|
59 |
}
|
|
|
|
|
|
|
|
|
60 |
}
|
61 |
|
62 |
div[data-testid="stSidebarUserContent"] {
|
|
|
57 |
color: #1b2e2c;
|
58 |
font-weight: bold;
|
59 |
}
|
60 |
+
|
61 |
+
li {
|
62 |
+
line-height: 1.15;
|
63 |
+
}
|
64 |
}
|
65 |
|
66 |
div[data-testid="stSidebarUserContent"] {
|