diff options
author | David Lawrence <dlawrence@mozilla.com> | 2013-05-07 23:06:07 +0200 |
---|---|---|
committer | David Lawrence <dlawrence@mozilla.com> | 2013-05-07 23:06:07 +0200 |
commit | 12a41578a29208f7e2ef32129ae1a9f4ae7a4f83 (patch) | |
tree | 25f70430dce52039e8ca4f672d70a68ea9d87d8b /skins/standard | |
parent | 2c7efaddad31581331d37f9948fa39657577ce64 (diff) | |
download | bugzilla-12a41578a29208f7e2ef32129ae1a9f4ae7a4f83.tar.gz bugzilla-12a41578a29208f7e2ef32129ae1a9f4ae7a4f83.tar.xz |
Bug 653659 - Cannot shrink-back attachment description textarea on detailed edit
r/a=mkanat
Diffstat (limited to 'skins/standard')
-rw-r--r-- | skins/standard/attachment.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/skins/standard/attachment.css b/skins/standard/attachment.css index f19649eea..797501264 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; +} |