]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1518264 follow up - only change the line-height of paragraphs
authorDylan William Hardison <dylan@hardison.net>
Wed, 9 Jan 2019 21:06:47 +0000 (16:06 -0500)
committerKohei Yoshino <kohei.yoshino@gmail.com>
Wed, 9 Jan 2019 21:06:47 +0000 (16:06 -0500)
extensions/BugModal/web/bug_modal.css

index 8fca30856e1de3c9ec95767bbe24d37150109ee0..ef88345860657a9094234b1dc100d77d3fe5c6ea 100644 (file)
@@ -701,7 +701,12 @@ div.comment-text {
     padding: 0 8px 0 8px;
     font-family: inherit !important;
     font-size: 14px !important;
-    line-height: 21px !important;
+}
+
+div.comment-text p,
+div.comment-text li {
+    line-height: 21px;
+    max-width: 70em;
 }
 
 div.comment-text code {