From: Dylan William Hardison Date: Tue, 8 Jan 2019 06:40:51 +0000 (-0500) Subject: Bug 1518264 - New non-monospace comments styled with way too small a font size X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f74d5bc37393cee70a6a2f6bc5d51e6c94495551;p=thirdparty%2Fbugzilla.git Bug 1518264 - New non-monospace comments styled with way too small a font size --- diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index cb85e3faf..5e6c07cbd 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -700,6 +700,8 @@ div.comment-text { white-space: normal; padding: 0 8px 0 8px; font-family: inherit !important; + font-size: 14px !important; + line-height: 21px !important; } div.comment-text code {