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