From: David Lawrence Date: Tue, 7 May 2013 21:06:07 +0000 (-0400) Subject: Bug 653659 - Cannot shrink-back attachment description textarea on detailed edit X-Git-Tag: bugzilla-4.1.3~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12a41578a29208f7e2ef32129ae1a9f4ae7a4f83;p=thirdparty%2Fbugzilla.git Bug 653659 - Cannot shrink-back attachment description textarea on detailed edit r/a=mkanat --- diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index f19649eea7..797501264a 100644 --- a/skins/standard/attachment.css +++ b/skins/standard/attachment.css @@ -239,4 +239,8 @@ div#update_container { width: 75%; margin: 0 auto; font-weight: bold -} \ No newline at end of file +} + +#description { + resize: vertical; +}