From df64b724fab74da6de0d4d2ee4bb112389da68d0 Mon Sep 17 00:00:00 2001 From: Emma Humphries Date: Thu, 2 Mar 2017 18:47:05 -0800 Subject: Bug 1343663 - Comments are too wide Set #bugzilla-body to have em based widths so they scale with font size. --- extensions/BugModal/web/bug_modal.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index ee1584cb7..4c24034c9 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -389,7 +389,9 @@ input[type="number"] { #bottom-actions { margin-top: 8px; margin-bottom: 50px; - max-width: 1200px; + min-width: 60em; + max-width: 72em; + width: 100%; } #bottom-right-actions { @@ -702,7 +704,9 @@ h3.change-name { width: 100%; box-sizing: border-box !important; margin: 0 0 1em; - max-width: 1200px; + min-width: 60em; + max-width: 72em; + width: 100%; } #comment-preview { @@ -812,8 +816,8 @@ h3.change-name { /* theme */ #bugzilla-body { - max-width: 1200px; - min-width: 800px; + max-width: 72em; + min-width: 60em; width: 100%; } -- cgit v1.2.3-24-g4f1b