From 9dceb9b03f5590a37b763305f0288c3eadbf55b5 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 9 Jan 2019 16:06:47 -0500 Subject: [PATCH] Bug 1518264 follow up - only change the line-height of paragraphs --- extensions/BugModal/web/bug_modal.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 { -- 2.47.3