mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
fixes #4438: button groups in inline forms now render inline
This commit is contained in:
parent
9e6322dbab
commit
2b22c0c56e
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 New Issue
Block a user