Explorar o código

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 hai 7 meses
pai
achega
7781e5fe99
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. BIN=BIN
      tools/server/public/index.html.gz
  2. 4 0
      tools/server/webui/src/index.scss

BIN=BIN
tools/server/public/index.html.gz


+ 4 - 0
tools/server/webui/src/index.scss

@@ -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;