Don’t override textbox heights with CSS

We should let textboxes set their own height using the rows attribute.
This commit is contained in:
Chris Hill-Scott
2016-04-14 14:02:45 +01:00
parent 39a6fd115a
commit 83c6baf977

View File

@@ -10,7 +10,6 @@
resize: none;
z-index: 20;
background: none;
height: 200px;
}
&-textbox,