Unverified Commit 16adcf2d authored by Mark Otto's avatar Mark Otto Committed by GitHub
Browse files

Adjust sizing of checks and radios (#31383)

Moves from 1.25em to 1em to better support custom font-size-base values. Most common would probably be .875rem (14px) and current sizing garbles that into 1.09-ish, thus causing the rendering issues in #31269

.

Co-authored-by: default avatarMartijn Cuppens <martijn.cuppens@gmail.com>
parent 2bceb3e7
Showing with 1 addition and 1 deletion
+1 -1
......@@ -658,7 +658,7 @@ $input-height-lg: add($input-line-height * 1em, add($input
$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;
$form-check-input-width: 1.25em !default;
$form-check-input-width: 1em !default;
$form-check-min-height: $font-size-base * $line-height-base !default;
$form-check-padding-left: $form-check-input-width + .5em !default;
$form-check-margin-bottom: .125rem !default;
......
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