Skip to content

Commit 04b5b77

Browse files
committed
Use tailwind class
1 parent 32c9f25 commit 04b5b77

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/server/webui/src/index.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ html {
4242
}
4343

4444
.chat-bubble {
45-
word-break: break-word;
46-
overflow-wrap: break-word;
45+
@apply break-words;
4746
}
4847

4948
.chat-bubble-base-300 {

0 commit comments

Comments
 (0)