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
b4a5f89a
Commit
b4a5f89a
authored
10 years ago
by
Kevin Kirsche
Committed by
Chris Rebert
10 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix
#15652
: Set `position: relative` on .{radio,checkbox}-inline
Closes #15656 by merging it.
parent
07441929
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/forms.less
+1
-0
less/forms.less
with
1 addition
and
0 deletions
+1
-0
less/forms.less
+
1
-
0
View file @
b4a5f89a
...
...
@@ -242,6 +242,7 @@ input[type="search"] {
// Radios and checkboxes on same line
.radio-inline,
.checkbox-inline {
position: relative;
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
...
...
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