diff options
author | Byron Jones <glob@mozilla.com> | 2015-10-08 09:03:19 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-10-08 09:03:19 +0200 |
commit | 143f988ea76f034900874327e57e0264adfda28f (patch) | |
tree | 4f2ce895b29878eaa291b9b9de643fe21db8be25 | |
parent | d8409c3c9c1c040054c281f8e3a2ce000fa0f9f1 (diff) | |
download | bugzilla-143f988ea76f034900874327e57e0264adfda28f.tar.gz bugzilla-143f988ea76f034900874327e57e0264adfda28f.tar.xz |
Bug 1204410 - Buttons besides 'User Story' overflow if the user story is a one-liner
-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 d3e958b57..21d8a34d0 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -285,6 +285,7 @@ input[type="number"] { #user-story { margin: 0; white-space: pre-wrap; + min-height: 2em; } #user-story-actions { |