diff options
author | KuoE0 <kuoe0.tw@gmail.com> | 2017-01-18 07:47:17 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-01-20 19:43:28 +0100 |
commit | 5d31672e1119c31ff6702312588f1595a604a287 (patch) | |
tree | 67d7f817c9a72e16816bb8b9e50ae7d63ad6b695 /extensions/BugModal | |
parent | 44f10d0bc182551eeeed0a0e1bf9a6fba32721e9 (diff) | |
download | bugzilla-5d31672e1119c31ff6702312588f1595a604a287.tar.gz bugzilla-5d31672e1119c31ff6702312588f1595a604a287.tar.xz |
Bug 1331302 - Restrict the max-width of the textarea of "add comment"
Diffstat (limited to 'extensions/BugModal')
-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 b3b991807..338195acb 100644 --- a/extensions/BugModal/web/bug_modal.css +++ b/extensions/BugModal/web/bug_modal.css @@ -696,6 +696,7 @@ h3.change-name { width: 100%; box-sizing: border-box !important; margin: 0 0 1em; + max-width: 1024px; } #comment-preview { |