this is better cross-browser support
This commit is contained in:
parent
92e5f31428
commit
4a938db398
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user