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 {
|
||||
resize: vertical;
|
||||
width: 634px;
|
||||
height: 90px;
|
||||
border: none;
|
||||
@ -256,6 +257,10 @@ textarea#comment_content {
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
textarea#description {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
/* comments */
|
||||
|
||||
.comment_author {
|
||||
@ -413,4 +418,4 @@ table.media_panel th {
|
||||
.ascii-wrapper pre {
|
||||
font-family: Inconsolata, monospace;
|
||||
line-height: 1em;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user