From: KuoE0 Date: Wed, 18 Jan 2017 06:47:17 +0000 (+0800) Subject: Bug 1331302 - Restrict the max-width of the textarea of "add comment" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d31672e1119c31ff6702312588f1595a604a287;p=thirdparty%2Fbugzilla.git Bug 1331302 - Restrict the max-width of the textarea of "add comment" --- 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 {