Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix custom-forms heights and position #25602

Merged
merged 4 commits into from
Jul 15, 2018
Merged

Fix custom-forms heights and position #25602

merged 4 commits into from
Jul 15, 2018

Conversation

iamandrewluca
Copy link
Contributor

@iamandrewluca iamandrewluca commented Feb 12, 2018

Now .custom-control will have height equal to $font-size-base.
Fixed custom checkbox and radio top position (we can't subtract rem from unit)
$line-height-base - $custom-control-indicator-size is not valid
Because $line-height-base is a unitless variable and $custom-control-indicator-size
is a unit (rem) variable

Now `.custom-control` will have height equal to `$font-size-base`
Fix custom checkbox and radio top position (we can't subtract rem from unit)
`$line-height-base - $custom-control-indicator-size` is not valid
Because `$line-height-base` is a unitless variable and `$custom-control-indicator-size`
is a unit (rem) variable
Copy link
Collaborator

@andresgalante andresgalante left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@mdo mdo merged commit 0fd4083 into twbs:v4-dev Jul 15, 2018
@mdo mdo mentioned this pull request Jul 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants