diff options
author | Byron Jones <glob@mozilla.com> | 2015-05-19 14:26:00 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-19 14:26:00 +0200 |
commit | a92ec2797af87cb17fff925ccd8c739f6d21ea79 (patch) | |
tree | b3096822faea53d648dcdae84014b02855492c78 | |
parent | 64fd94e3c85af86131f34694a188aca380462f99 (diff) | |
download | bugzilla-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
-rw-r--r-- | extensions/BugModal/web/bug_modal.css | 1 |
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 { |