Browse Source

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

fix text overflow
Yuki Takei 6 năm trước cách đây
mục cha
commit
9d2529cbfc
2 tập tin đã thay đổi với 3 bổ sung0 xóa
  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: Styles are not applyed on installer
 * Fix: Remove last-resort `next()`
 * Fix: Remove last-resort `next()`
 * Fix: Enable/disable Notification settings couldn't change when either of the params is undefined
 * Fix: Enable/disable Notification settings couldn't change when either of the params is undefined
+* Fix: Text overflow
 
 
 ## v4.0.6
 ## v4.0.6
 
 

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

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