]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1331302 - Restrict the max-width of the textarea of "add comment"
authorKuoE0 <kuoe0.tw@gmail.com>
Wed, 18 Jan 2017 06:47:17 +0000 (14:47 +0800)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 20 Jan 2017 18:43:28 +0000 (18:43 +0000)
extensions/BugModal/web/bug_modal.css

index b3b99180792af11af0ca4613c5f592990fbb640c..338195acbe8ec08698cd50bf375087d1a11d1d9e 100644 (file)
@@ -696,6 +696,7 @@ h3.change-name {
     width: 100%;
     box-sizing: border-box !important;
     margin: 0 0 1em;
+    max-width: 1024px;
 }
 
 #comment-preview {