summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-05-19 14:26:00 +0200
committerByron Jones <glob@mozilla.com>2015-05-19 14:26:00 +0200
commita92ec2797af87cb17fff925ccd8c739f6d21ea79 (patch)
treeb3096822faea53d648dcdae84014b02855492c78 /extensions
parent64fd94e3c85af86131f34694a188aca380462f99 (diff)
downloadbugzilla-a92ec2797af87cb17fff925ccd8c739f6d21ea79.tar.gz
bugzilla-a92ec2797af87cb17fff925ccd8c739f6d21ea79.tar.xz
Bug 1166280: max-width missing from bottom-actions, causing "top" and "new bug" buttons misalignment on the right edge of window
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/web/bug_modal.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BugModal/web/bug_modal.css b/extensions/BugModal/web/bug_modal.css
index acb18638f..205fceb12 100644
--- a/extensions/BugModal/web/bug_modal.css
+++ b/extensions/BugModal/web/bug_modal.css
@@ -319,6 +319,7 @@ input[type="number"] {
#bottom-actions {
margin-bottom: 50px;
+ max-width: 1024px;
}
#bottom-right-actions {