Skip to content

Fix custom-forms heights and position#25602

Merged
mdo merged 4 commits intotwbs:v4-devfrom
unrevised6419:fix-custom-form-heights
Jul 15, 2018
Merged

Fix custom-forms heights and position#25602
mdo merged 4 commits intotwbs:v4-devfrom
unrevised6419:fix-custom-form-heights

Conversation

@unrevised6419
Copy link

@unrevised6419 unrevised6419 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