From: ysds Date: Wed, 31 Oct 2018 07:49:52 +0000 (+0900) Subject: Fix empty custom-control-label alignment issue (#27566) X-Git-Tag: v4.2.0~166 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ffa1bff6eec53331d494b4cb0c915b3f0a213f0;p=thirdparty%2Fbootstrap.git Fix empty custom-control-label alignment issue (#27566) --- 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 {