Răsfoiți Sursa

Merge pull request #2421 from weseek/fix/2413-overflow-wrap

fix text overflow
Yuki Takei 5 ani în urmă
părinte
comite
9d2529cbfc
2 a modificat fișierele cu 3 adăugiri și 0 ștergeri
  1. 1 0
      CHANGES.md
  2. 2 0
      src/client/styles/scss/_wiki.scss

+ 1 - 0
CHANGES.md

@@ -7,6 +7,7 @@
 * Fix: Styles are not applyed on installer
 * Fix: Remove last-resort `next()`
 * Fix: Enable/disable Notification settings couldn't change when either of the params is undefined
+* Fix: Text overflow
 
 ## v4.0.6
 

+ 2 - 0
src/client/styles/scss/_wiki.scss

@@ -8,6 +8,8 @@ div.body {
 }
 
 .wiki {
+  @extend .text-break;
+
   font-size: 15px;
 
   // override line-height except hljs and child of it.