]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 653659 - Cannot shrink-back attachment description textarea on detailed edit
authorDavid Lawrence <dlawrence@mozilla.com>
Tue, 7 May 2013 21:06:07 +0000 (17:06 -0400)
committerDavid Lawrence <dlawrence@mozilla.com>
Tue, 7 May 2013 21:06:07 +0000 (17:06 -0400)
r/a=mkanat

skins/standard/attachment.css

index f19649eea71fa87955d1a2877d996b0a7f47a817..797501264a181fb784d36872831ce126f1bf2293 100644 (file)
@@ -239,4 +239,8 @@ div#update_container {
    width: 75%; 
    margin: 0  auto; 
    font-weight: bold
-}
\ No newline at end of file
+}
+
+#description {
+    resize: vertical;
+}