Skip to content

Commit 32c9f25

Browse files
committed
webui: Wrap long numbers instead of infinite horizontal scroll
1 parent 5787b5d commit 32c9f25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tools/server/webui/src/index.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ html {
4141
max-width: 900px;
4242
}
4343

44+
.chat-bubble {
45+
word-break: break-word;
46+
overflow-wrap: break-word;
47+
}
48+
4449
.chat-bubble-base-300 {
4550
--tw-bg-opacity: 1;
4651
--tw-text-opacity: 1;

0 commit comments

Comments
 (0)