FIX: force editing form height to auto

This commit is contained in:
colymba 2012-09-05 20:00:50 +03:00
parent fd4f046ad5
commit 63f51b4f8b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
.ss-assetuploadfield .ss-uploadfield-files .ss-uploadfield-item-editform
{
position: relative;
height: auto;
height: auto!important;
display: block;
}