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:
parent
89a184fa71
commit
7781e5fe99
2 changed files with 4 additions and 0 deletions
Binary file not shown.
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue