Fix up broken input group example layouts

This commit is contained in:
Mark Otto
2013-06-15 11:37:59 -07:00
parent ecf9b020dd
commit 258e1d62fb
2 changed files with 11 additions and 5 deletions

View File

@@ -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 {