Spaces:
Paused
Paused
Update style.css
Browse files
style.css
CHANGED
|
@@ -9,8 +9,11 @@ body {
|
|
| 9 |
|
| 10 |
/* Static/chat container, etc. (your existing rules) */
|
| 11 |
#chatbox { /* … */ }
|
| 12 |
-
.bubble {
|
| 13 |
-
/*
|
|
|
|
|
|
|
|
|
|
| 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 {
|