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