]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1518264 - New non-monospace comments styled with way too small a font size
authorDylan William Hardison <dylan@hardison.net>
Tue, 8 Jan 2019 06:40:51 +0000 (01:40 -0500)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 06:40:51 +0000 (01:40 -0500)
extensions/BugModal/web/bug_modal.css

index cb85e3faf7d68107b419ca95b1353d985dd1b765..5e6c07cbdf7bca8113f44122d119c6164c4ffdb5 100644 (file)
@@ -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 {