fix textareas

This commit is contained in:
jomo
2014-05-01 18:01:50 +02:00
parent 477112ec0b
commit c292cbabc9
+1 -4
View File
@@ -454,14 +454,11 @@ textarea {
width: 100%; width: 100%;
padding: 1em; padding: 1em;
min-height: 3.5em; min-height: 3.5em;
resize: vertical;
&.comment { &.comment {
height: 75px; height: 75px;
} }
&.vertical {
resize: vertical;
}
} }
tr.spacer { tr.spacer {