mirror of https://github.com/twbs/bootstrap.git
fixes #4438: button groups in inline forms now render inline
This commit is contained in:
parent
9e6322dbab
commit
2b22c0c56e
|
@ -1651,7 +1651,9 @@ input.search-query {
|
|||
}
|
||||
|
||||
.form-search label,
|
||||
.form-inline label {
|
||||
.form-inline label,
|
||||
.form-search .btn-group,
|
||||
.form-inline .btn-group {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
|
@ -551,7 +551,9 @@ input.search-query {
|
|||
}
|
||||
}
|
||||
.form-search label,
|
||||
.form-inline label {
|
||||
.form-inline label,
|
||||
.form-search .btn-group,
|
||||
.form-inline .btn-group {
|
||||
display: inline-block;
|
||||
}
|
||||
// Remove margin for input-prepend/-append
|
||||
|
|
Loading…
Reference in New Issue