1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fix empty custom-control-label alignment issue (#27566)

This commit is contained in:
ysds 2018-10-31 16:49:52 +09:00 committed by XhmikosR
parent 96b49d7833
commit 2ffa1bff6e

View file

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