Textarea height

This commit is contained in:
Mike Francis 2013-07-01 22:59:49 +01:00
parent 1ae75d082f
commit 1c26a1bb56
2 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,10 @@ input, select, textarea, button {
width: 208px; width: 208px;
} }
textarea {
min-height: ($base-margin-bottom * 4) + px;
}
.control-group { .control-group {
margin-bottom: $base-margin-bottom + px; margin-bottom: $base-margin-bottom + px;
} }

View File

@ -144,6 +144,10 @@ input, select, textarea, button {
width: 208px; width: 208px;
} }
textarea {
min-height: 84px;
}
.control-group { .control-group {
margin-bottom: 21px; margin-bottom: 21px;
} }