UntilDot commited on
Commit
196a6b5
·
verified ·
1 Parent(s): 2cccc63

Update static/style.css

Browse files
Files changed (1) hide show
  1. 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
  }