]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix empty custom-control-label alignment issue (#27566)
authorysds <fellows3@gmail.com>
Wed, 31 Oct 2018 07:49:52 +0000 (16:49 +0900)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 31 Oct 2018 07:49:52 +0000 (09:49 +0200)
scss/_custom-forms.scss

index ce32774b12931ea2ddd06a718b61d4cf8d59b1bf..b19e0b45eb7445d4ee1bd95ebce838633c79a178 100644 (file)
@@ -69,6 +69,7 @@
 .custom-control-label {
   position: relative;
   margin-bottom: 0;
+  vertical-align: top;
 
   // Background-color and (when enabled) gradient
   &::before {