Skip to content

Commit e548b90

Browse files
committed
Fixed line/word breaking in chat messages
1 parent 00ba29b commit e548b90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/component/chat-box/chat-message.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pre {
2020
margin: 0;
2121
padding: 0;
2222
font-family: inherit;
23+
white-space: pre-wrap;
2324
}
2425

2526
.chat-message-container {

0 commit comments

Comments
 (0)