aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-12-25 14:10:52 -0800
committerMark Otto <[email protected]>2016-12-25 15:48:44 -0800
commit82061b25c40e42fcce3147110df43557fb0310d8 (patch)
treeb686a607750e8a6899a467d1277e290e64d1edcf
parent0e8ee1bfba8351696fbe524fc14aed74e1e402cc (diff)
downloadbootstrap-82061b25c40e42fcce3147110df43557fb0310d8.tar.xz
bootstrap-82061b25c40e42fcce3147110df43557fb0310d8.zip
move custom checks/radios to inline-flex
-rw-r--r--scss/_custom-forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 0e9c76460..6511a2998 100644
--- a/scss/_custom-forms.scss
+++ b/scss/_custom-forms.scss
@@ -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;