Fix up broken input group example layouts
This commit is contained in:
parent
ecf9b020dd
commit
258e1d62fb
2 changed files with 11 additions and 5 deletions
|
|
@ -348,6 +348,12 @@ body {
|
|||
.bs-example-control-sizing input[type="text"] + input[type="text"] {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.bs-example-form {
|
||||
overflow: hidden;
|
||||
}
|
||||
.bs-example-form .input-group {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* List groups */
|
||||
.bs-example > .list-group {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue