From 5d31672e1119c31ff6702312588f1595a604a287 Mon Sep 17 00:00:00 2001 From: KuoE0 Date: Wed, 18 Jan 2017 14:47:17 +0800 Subject: Bug 1331302 - Restrict the max-width of the textarea of "add comment" --- extensions/BugModal/web/bug_modal.css | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions') 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 { -- cgit v1.2.3-24-g4f1b