forms.less: textarea should look like other inputs

This commit is contained in:
Thomas Gelf 2015-07-22 10:57:14 +02:00
parent bf82bd4ce1
commit d44547e469
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ label {
font-weight: bold;
}
input, select {
input, select, textarea {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;