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

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

Closes #15656 by merging it.
parent 07441929
...@@ -242,6 +242,7 @@ input[type="search"] { ...@@ -242,6 +242,7 @@ input[type="search"] {
// Radios and checkboxes on same line // Radios and checkboxes on same line
.radio-inline, .radio-inline,
.checkbox-inline { .checkbox-inline {
position: relative;
display: inline-block; display: inline-block;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
......
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