Commit 2b22c0c5 authored by Mark Otto's avatar Mark Otto

fixes #4438: button groups in inline forms now render inline

parent 9e6322db
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment