From 2ffa1bff6eec53331d494b4cb0c915b3f0a213f0 Mon Sep 17 00:00:00 2001 From: ysds <fellows3@gmail.com> Date: Wed, 31 Oct 2018 16:49:52 +0900 Subject: [PATCH] Fix empty custom-control-label alignment issue (#27566) --- scss/_custom-forms.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index ce32774b12..b19e0b45eb 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -69,6 +69,7 @@ .custom-control-label { position: relative; margin-bottom: 0; + vertical-align: top; // Background-color and (when enabled) gradient &::before { -- GitLab