mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-28 20:25:20 +00:00
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:
Binary file not shown.
@ -41,6 +41,10 @@ html {
|
|||||||
max-width: 900px;
|
max-width: 900px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat-bubble {
|
||||||
|
@apply break-words;
|
||||||
|
}
|
||||||
|
|
||||||
.chat-bubble-base-300 {
|
.chat-bubble-base-300 {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
|
Reference in New Issue
Block a user