mirror of https://github.com/twbs/bootstrap.git
fixes #9648
This commit is contained in:
parent
e0c6a5a32f
commit
c389c9e8f4
|
|
@ -462,6 +462,9 @@ body {
|
||||||
.bs-example-form .input-group {
|
.bs-example-form .input-group {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
.bs-example > textarea.form-control {
|
||||||
|
resize: vertical;
|
||||||
|
}
|
||||||
|
|
||||||
/* List groups */
|
/* List groups */
|
||||||
.bs-example > .list-group {
|
.bs-example > .list-group {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue