Jelajahi Sumber

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
Aman 7 bulan lalu
induk
melakukan
7781e5fe99
2 mengubah file dengan 4 tambahan dan 0 penghapusan
  1. TEMPAT SAMPAH
      tools/server/public/index.html.gz
  2. 4 0
      tools/server/webui/src/index.scss

TEMPAT SAMPAH
tools/server/public/index.html.gz


+ 4 - 0
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;