From: Dylan William Hardison Date: Fri, 10 Mar 2017 13:50:47 +0000 (-0500) Subject: Bug 1345949 - modal is a little too narrow, and we shouldn't mix px and em X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5436802e3ff4abb04e43fc22f8c86e549d459b1;p=thirdparty%2Fbugzilla.git Bug 1345949 - modal is a little too narrow, and we shouldn't mix px and em --- 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%; }