Explorar o código

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

Joel %!s(int64=2) %!d(string=hai) anos
pai
achega
94eb2a623e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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;
 }