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

Add a min-height: 1.5rem; to custom controls #21033

Merged
merged 1 commit into from
Oct 28, 2016
Merged

Conversation

mdo
Copy link
Member

@mdo mdo commented Oct 27, 2016

Fixes #20730.

This change computes the minimum needed height of what a single line of text would be for the custom checkboxes/radios. This is required because our custom control indicators are positioned absolutely, meaning they cannot be clearfixed or anything like that. Using a computed value means it should scale nicely in case of customization

Fixes #20730.

This change computes the minimum needed height of what a single line of text would be for the custom checkboxes/radios. This is required because our custom control indicators are positioned absolutely, meaning they cannot be clearfixed or anything like that. Using a computed value means it should scale nicely in case of customization
@mdo mdo added this to the v4.0.0-alpha.6 milestone Oct 27, 2016
@mdo mdo merged commit f655343 into v4-dev Oct 28, 2016
@mdo mdo deleted the label-less-custom-controls branch October 28, 2016 04:23
@mdo mdo mentioned this pull request Oct 28, 2016
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.

1 participant