move custom checks/radios to inline-flex

This commit is contained in:
Mark Otto 2016-12-25 14:10:52 -08:00 committed by Mark Otto
parent 0e8ee1bfba
commit 82061b25c4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
.custom-control {
position: relative;
display: inline-block;
display: inline-flex;
min-height: (1rem * $line-height-base);
padding-left: $custom-control-gutter;
margin-right: $custom-control-spacer-x;