mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 22:40:59 +00:00
fixes #9648
This commit is contained in:
parent
e0c6a5a32f
commit
c389c9e8f4
1 changed files with 3 additions and 0 deletions
|
|
@ -462,6 +462,9 @@ body {
|
|||
.bs-example-form .input-group {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.bs-example > textarea.form-control {
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
/* List groups */
|
||||
.bs-example > .list-group {
|
||||
|
|
|
|||
Loading…
Reference in a new issue