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