Commit b4a5f89a authored by Kevin Kirsche's avatar Kevin Kirsche Committed by Chris Rebert
Browse files

Fix #15652: Set `position: relative` on .{radio,checkbox}-inline

Closes #15656 by merging it.
parent 07441929
Showing with 1 addition and 0 deletions
+1 -0
......@@ -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;
......
Supports Markdown
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