Textarea height
This commit is contained in:
parent
1ae75d082f
commit
1c26a1bb56
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue