From b4a5f89ab3a360d29994eea69b3bdce66115c244 Mon Sep 17 00:00:00 2001
From: Kevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Date: Fri, 23 Jan 2015 14:14:10 -0500
Subject: [PATCH] Fix #15652: Set `position: relative` on
 .{radio,checkbox}-inline

Closes #15656 by merging it.
---
 less/forms.less | 1 +
 1 file changed, 1 insertion(+)

diff --git a/less/forms.less b/less/forms.less
index c86e8b536a..8bfbc4ba60 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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;
-- 
GitLab