From f5436802e3ff4abb04e43fc22f8c86e549d459b1 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Fri, 10 Mar 2017 08:50:47 -0500 Subject: [PATCH] Bug 1345949 - modal is a little too narrow, and we shouldn't mix px and em --- extensions/BugModal/web/bug_modal.css | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index 4c24034c9..ea3697d83 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -389,9 +389,7 @@ input[type="number"] { #bottom-actions { margin-top: 8px; margin-bottom: 50px; - min-width: 60em; - max-width: 72em; - width: 100%; + max-width: 1024px; } #bottom-right-actions { @@ -704,9 +702,7 @@ h3.change-name { width: 100%; box-sizing: border-box !important; margin: 0 0 1em; - min-width: 60em; - max-width: 72em; - width: 100%; + max-width: 1024px; } #comment-preview { @@ -816,8 +812,8 @@ h3.change-name { /* theme */ #bugzilla-body { - max-width: 72em; - min-width: 60em; + max-width: 1024px; + min-width: 800px; width: 100%; } -- 2.47.3