fix textareas

This commit is contained in:
jomo
2014-05-01 18:01:50 +02:00
parent 477112ec0b
commit c292cbabc9

View File

@@ -454,14 +454,11 @@ textarea {
width: 100%;
padding: 1em;
min-height: 3.5em;
resize: vertical;
&.comment {
height: 75px;
}
&.vertical {
resize: vertical;
}
}
tr.spacer {