]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
webui: Wrap long numbers instead of infinite horizontal scroll (#14062)
authorAman <redacted>
Wed, 11 Jun 2025 14:42:25 +0000 (22:42 +0800)
committerGitHub <redacted>
Wed, 11 Jun 2025 14:42:25 +0000 (16:42 +0200)
* webui: Wrap long numbers instead of infinite horizontal scroll

* Use tailwind class

* update index.html.gz

tools/server/public/index.html.gz
tools/server/webui/src/index.scss

index 35b9e702f698c154ceb60ac4fb8b5b3fd38c0e50..0fb01665ae5ccf999a186e13ea09b8f67de3fa1e 100644 (file)
Binary files a/tools/server/public/index.html.gz and b/tools/server/public/index.html.gz differ
index 64460b74092e1d5fdbeaaaa5cfa849eafbda649c..362db6e17df5e6cf0c69b39934dc85759eafd1db 100644 (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;