From: Dylan William Hardison Date: Wed, 9 Jan 2019 21:06:47 +0000 (-0500) Subject: Bug 1518264 follow up - only change the line-height of paragraphs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dceb9b03f5590a37b763305f0288c3eadbf55b5;p=thirdparty%2Fbugzilla.git Bug 1518264 follow up - only change the line-height of paragraphs --- diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 8fca30856..ef8834586 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -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 {