UntilDot commited on
Commit
b19209d
·
verified ·
1 Parent(s): f0f0c40

Update static/style.css

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