From: Aman Date: Wed, 11 Jun 2025 14:42:25 +0000 (+0800) Subject: webui: Wrap long numbers instead of infinite horizontal scroll (#14062) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7781e5fe99f2a4fc1c8af0a8488eedac4644cb72;p=pkg%2Fggml%2Fsources%2Fllama.cpp 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 --- diff --git a/tools/server/public/index.html.gz b/tools/server/public/index.html.gz index 35b9e702..0fb01665 100644 Binary files a/tools/server/public/index.html.gz and b/tools/server/public/index.html.gz differ diff --git a/tools/server/webui/src/index.scss b/tools/server/webui/src/index.scss index 64460b74..362db6e1 100644 --- a/tools/server/webui/src/index.scss +++ b/tools/server/webui/src/index.scss @@ -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;