yrobel-lima commited on
Commit
709a6e9
1 Parent(s): f60615c

Update styles/styles.css

Browse files
Files changed (1) hide show
  1. 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
- li {
62
- line-height: 1.15;
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"] {