Update static/style.css
Browse files- static/style.css +1 -1
static/style.css
CHANGED
@@ -206,7 +206,7 @@ footer {
|
|
206 |
z-index: 0;
|
207 |
}
|
208 |
|
209 |
-
#chatContainer div {
|
210 |
white-space: pre-wrap;
|
211 |
word-break: break-word;
|
212 |
}
|
|
|
206 |
z-index: 0;
|
207 |
}
|
208 |
|
209 |
+
#chatContainer > div {
|
210 |
white-space: pre-wrap;
|
211 |
word-break: break-word;
|
212 |
}
|