From 3302d82a0014ee7ab2ab09b204d8456ab02e2cd7 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 23 Dec 2014 10:19:45 -0300 Subject: [PATCH] comment_paragraph: improve comment text style --- plugins/comment_paragraph/public/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/plugins/comment_paragraph/public/style.css b/plugins/comment_paragraph/public/style.css index ef57322..9487295 100644 --- a/plugins/comment_paragraph/public/style.css +++ b/plugins/comment_paragraph/public/style.css @@ -167,10 +167,9 @@ div[class^='comment-paragraph-loading-'] { } .side-comment .comment-text { padding: 0; - width: 100%; - text-align: left; + width: 98%; + text-align: justify; overflow: visible; - word-break: break-all } .side-comment .comment-text p { margin: 0; -- libgit2 0.21.2