diff options
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 12 |
1 files 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%; } |