diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css index d1509fd7d..7cde963ae 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -389,7 +389,7 @@ input[type="number"] { #bottom-actions { margin-top: 8px; margin-bottom: 50px; - max-width: 1024px; + max-width: 1200px; } #bottom-right-actions { @@ -702,7 +702,7 @@ h3.change-name { width: 100%; box-sizing: border-box !important; margin: 0 0 1em; - max-width: 1024px; + max-width: 1200px; } #comment-preview { @@ -813,13 +813,13 @@ h3.change-name { #bugzilla-body { margin: 5px !important; - max-width: 1024px !important; + max-width: 1200px !important; min-width: 800px !important; width: 100% !important; } #footer { - max-width: 1024px !important; + max-width: 1200px !important; min-width: 800px !important; } |