jisaacso219 commited on
Commit
4c72d51
·
verified ·
1 Parent(s): 5ef315e

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +5 -2
style.css CHANGED
@@ -9,8 +9,11 @@ body {
9
 
10
  /* Static/chat container, etc. (your existing rules) */
11
  #chatbox { /* … */ }
12
- .bubble { /* … */ }
13
- /* etc. */
 
 
 
14
 
15
  /* Avatar container */
16
  #avatar {
 
9
 
10
  /* Static/chat container, etc. (your existing rules) */
11
  #chatbox { /* … */ }
12
+ .bubble {
13
+ /* …your existing styles… */
14
+ white-space: pre-wrap; /* preserve single spaces */
15
+ }
16
+
17
 
18
  /* Avatar container */
19
  #avatar {