UntilDot commited on
Commit
2cccc63
·
verified ·
1 Parent(s): 8c6e685

Update static/style.css

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