summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuoE0 <kuoe0.tw@gmail.com>2017-01-18 07:47:17 +0100
committerDavid Lawrence <dkl@mozilla.com>2017-01-20 19:43:28 +0100
commit5d31672e1119c31ff6702312588f1595a604a287 (patch)
tree67d7f817c9a72e16816bb8b9e50ae7d63ad6b695
parent44f10d0bc182551eeeed0a0e1bf9a6fba32721e9 (diff)
downloadbugzilla-5d31672e1119c31ff6702312588f1595a604a287.tar.gz
bugzilla-5d31672e1119c31ff6702312588f1595a604a287.tar.xz
Bug 1331302 - Restrict the max-width of the textarea of "add comment"
-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 {