Parcourir la source

fix #407: add word-wrap to .page-comment-body

Yuki Takei il y a 8 ans
Parent
commit
3ac7b0c826
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      resource/styles/scss/_comment_growi.scss

+ 1 - 0
resource/styles/scss/_comment_growi.scss

@@ -58,6 +58,7 @@
     // コメント本文
     .page-comment-body {
       margin-bottom: 0.5em;
+      word-wrap: break-word;
     }
 
     .page-comment-meta {