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
This commit is contained in:
Aman
2025-06-11 22:42:25 +08:00
committed by GitHub
parent 89a184fa71
commit 7781e5fe99
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -41,6 +41,10 @@ html {
max-width: 900px;
}
.chat-bubble {
@apply break-words;
}
.chat-bubble-base-300 {
--tw-bg-opacity: 1;
--tw-text-opacity: 1;