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
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…
Reference in New Issue