yrobel-lima commited on
Commit
9726a7c
1 Parent(s): 4ccfcb7

Update styles/styles.css

Browse files
Files changed (1) hide show
  1. styles/styles.css +5 -6
styles/styles.css CHANGED
@@ -47,7 +47,7 @@ div[data-baseweb="base-input"] textarea {
47
  */
48
 
49
  /*
50
- Break long URLs in markdown
51
  */
52
  div[data-testid="stMarkdownContainer"] {
53
  overflow-wrap: break-word;
@@ -57,13 +57,12 @@ div[data-testid="stMarkdownContainer"] {
57
  color: #1b2e2c;
58
  font-weight: bold;
59
  }
 
 
 
 
60
  }
61
 
62
  div[data-testid="stSidebarUserContent"] {
63
  padding: 2rem 1.5rem;
64
  }
65
-
66
- div[data-testid="stMarkdownContainer"] li p {
67
- margin: 0;
68
-
69
- }
 
47
  */
48
 
49
  /*
50
+ Break long URLs in markdown, link color, and ordered lists format
51
  */
52
  div[data-testid="stMarkdownContainer"] {
53
  overflow-wrap: break-word;
 
57
  color: #1b2e2c;
58
  font-weight: bold;
59
  }
60
+
61
+ li p {
62
+ margin: 0;
63
+ }
64
  }
65
 
66
  div[data-testid="stSidebarUserContent"] {
67
  padding: 2rem 1.5rem;
68
  }