Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2b22c0c5
Commit
2b22c0c5
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4438
: button groups in inline forms now render inline
parent
9e6322db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+3
-1
docs/assets/css/bootstrap.css
less/forms.less
+3
-1
less/forms.less
with
6 additions
and
2 deletions
+6
-2
docs/assets/css/bootstrap.css
+
3
-
1
View file @
2b22c0c5
...
@@ -1651,7 +1651,9 @@ input.search-query {
...
@@ -1651,7 +1651,9 @@ input.search-query {
}
}
.form-search
label
,
.form-search
label
,
.form-inline
label
{
.form-inline
label
,
.form-search
.btn-group
,
.form-inline
.btn-group
{
display
:
inline-block
;
display
:
inline-block
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
3
-
1
View file @
2b22c0c5
...
@@ -551,7 +551,9 @@ input.search-query {
...
@@ -551,7 +551,9 @@ input.search-query {
}
}
}
}
.form-search label,
.form-search label,
.form-inline label {
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
display: inline-block;
display: inline-block;
}
}
// Remove margin for input-prepend/-append
// Remove margin for input-prepend/-append
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment