Commit 82061b25 authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

move custom checks/radios to inline-flex

parent 0e8ee1bf
11 merge requests!28721Hot test,!27561Adds font-weight-medium to font weight classes,!26437merge,!22391V4 dev,!22547Finished a new translation for bootstrap,!22143Fix selectable disabled toggle radio buttons,!22598test,!25326Adjust examples,!23995Add back cursor: pointer for .btn-link,!23178Spinner,!17021v4
Showing with 1 addition and 1 deletion
+1 -1
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
.custom-control { .custom-control {
position: relative; position: relative;
display: inline-block; display: inline-flex;
min-height: (1rem * $line-height-base); min-height: (1rem * $line-height-base);
padding-left: $custom-control-gutter; padding-left: $custom-control-gutter;
margin-right: $custom-control-spacer-x; margin-right: $custom-control-spacer-x;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment