Skip to content

Commit

Permalink
Fix empty custom-control-label alignment issue (twbs#27566)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysds authored and XhmikosR committed Oct 31, 2018
1 parent 96b49d7 commit 2ffa1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/_custom-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
.custom-control-label {
position: relative;
margin-bottom: 0;
vertical-align: top;

// Background-color and (when enabled) gradient
&::before {
Expand Down

0 comments on commit 2ffa1bf

Please sign in to comment.