Quellcode durchsuchen

fix: fix chat res no blank too long caused ui problem (#116)

Joel vor 2 Jahren
Ursprung
Commit
94eb2a623e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      web/app/styles/markdown.scss

+ 1 - 0
web/app/styles/markdown.scss

@@ -54,6 +54,7 @@
   font-weight: 400;
   line-height: 1.5;
   word-wrap: break-word;
+  word-break: break-all;
   user-select: text;
 }