summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2017-01-20 19:44:42 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-01-20 19:44:42 +0100
commit9382ce42e5a480b0a1f5dd5766c1d492154b7f5a (patch)
tree67d7f817c9a72e16816bb8b9e50ae7d63ad6b695 /extensions
parent44f10d0bc182551eeeed0a0e1bf9a6fba32721e9 (diff)
parent5d31672e1119c31ff6702312588f1595a604a287 (diff)
downloadbugzilla-9382ce42e5a480b0a1f5dd5766c1d492154b7f5a.tar.gz
bugzilla-9382ce42e5a480b0a1f5dd5766c1d492154b7f5a.tar.xz
Merge branch 'KuoE0-bug-1331302'
* KuoE0-bug-1331302: Bug 1331302 - Restrict the max-width of the textarea of "add comment"
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 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 {