瀏覽代碼

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

Yuki Takei 8 年之前
父節點
當前提交
3ac7b0c826
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 {