mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-19 11:50:59 +00:00
fixes #4438: button groups in inline forms now render inline
This commit is contained in:
parent
9e6322dbab
commit
2b22c0c56e
2 changed files with 6 additions and 2 deletions
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
|
|
@ -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 a new issue