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