Skip to content

Commit 7781e5f

Browse files
authored
webui: Wrap long numbers instead of infinite horizontal scroll (#14062)
* webui: Wrap long numbers instead of infinite horizontal scroll * Use tailwind class * update index.html.gz
1 parent 89a184f commit 7781e5f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tools/server/public/index.html.gz

4 Bytes
Binary file not shown.

tools/server/webui/src/index.scss

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

44+
.chat-bubble {
45+
@apply break-words;
46+
}
47+
4448
.chat-bubble-base-300 {
4549
--tw-bg-opacity: 1;
4650
--tw-text-opacity: 1;

0 commit comments

Comments
 (0)