Browse Source

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

Yuki Takei 8 years ago
parent
commit
3ac7b0c826
1 changed files with 1 additions and 0 deletions
  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 {