Disable horizontal resize for text areas.
This commit is contained in:
parent
4601c30c2e
commit
7fc782bb6d
@ -193,6 +193,7 @@ text-align: center;
|
|||||||
}
|
}
|
||||||
|
|
||||||
textarea#comment_content {
|
textarea#comment_content {
|
||||||
|
resize: vertical;
|
||||||
width: 634px;
|
width: 634px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
border: none;
|
border: none;
|
||||||
@ -256,6 +257,10 @@ textarea#comment_content {
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
textarea#description {
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
/* comments */
|
/* comments */
|
||||||
|
|
||||||
.comment_author {
|
.comment_author {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user