Update static/style.css
Browse files- static/style.css +3 -0
static/style.css
CHANGED
|
@@ -204,6 +204,9 @@ footer {
|
|
| 204 |
#chatContainer {
|
| 205 |
position: relative;
|
| 206 |
z-index: 0;
|
|
|
|
|
|
|
|
|
|
| 207 |
white-space: pre-wrap;
|
| 208 |
word-break: break-word;
|
| 209 |
}
|
|
|
|
| 204 |
#chatContainer {
|
| 205 |
position: relative;
|
| 206 |
z-index: 0;
|
| 207 |
+
}
|
| 208 |
+
|
| 209 |
+
#chatContainer div {
|
| 210 |
white-space: pre-wrap;
|
| 211 |
word-break: break-word;
|
| 212 |
}
|