Преглед на файлове

fix: word break in en and other languages (#385)

crazywoola преди 1 година
родител
ревизия
c39d8f954e
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      web/app/styles/markdown.scss

+ 2 - 2
web/app/styles/markdown.scss

@@ -54,7 +54,7 @@
   font-weight: 400;
   line-height: 1.5;
   word-wrap: break-word;
-  word-break: break-all;
+  word-break: break-word;
   user-select: text;
 }
 
@@ -1042,4 +1042,4 @@
 
 .markdown-body ::-webkit-calendar-picker-indicator {
   filter: invert(50%);
-}
+}