Textarea height
This commit is contained in:
parent
1ae75d082f
commit
1c26a1bb56
2 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,10 @@ input, select, textarea, button {
|
|||
width: 208px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: ($base-margin-bottom * 4) + px;
|
||||
}
|
||||
|
||||
.control-group {
|
||||
margin-bottom: $base-margin-bottom + px;
|
||||
}
|
||||
|
|
|
@ -144,6 +144,10 @@ input, select, textarea, button {
|
|||
width: 208px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
min-height: 84px;
|
||||
}
|
||||
|
||||
.control-group {
|
||||
margin-bottom: 21px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue