this is better cross-browser support

This commit is contained in:
marijus 2014-08-13 17:37:41 +02:00
parent 92e5f31428
commit 4a938db398

View File

@ -182,10 +182,11 @@
.comment-edit-text-empty, .comment-edit-text-full { .comment-edit-text-empty, .comment-edit-text-full {
float: left; float: left;
width: 100%; width: 100%;
padding: 6px 8px;
} }
.comment-edit-text-empty { .comment-edit-text-empty {
padding: 0px 8px;
line-height: 28px;
height: 30px; height: 30px;
overflow: hidden; overflow: hidden;
resize: none; resize: none;
@ -193,6 +194,7 @@
} }
.comment-edit-text-full { .comment-edit-text-full {
padding: 8px;
height: 150px; height: 150px;
overflow: auto; overflow: auto;
} }