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 explicit height to student select drop-down #5008

Merged
merged 1 commit into from
Feb 10, 2023

Conversation

lyzadanger
Copy link
Contributor

I made a miscalculation when I created the Select shared component last week. It was based on this specific select interface (student drop-down) and I carried over the h-touch-minimum class (this sets the height of the <select> to 44px). The shared component itself shouldn't set an explicit height.

Add the class here to the passed classes so that it can be removed from the shared component.

The `h-touch-minimum` class is already applied by the `Select` component
but it shouldn't be. Add it redundantly here so it may be removed from
the shared component, which shouldn't set a height.
@lyzadanger lyzadanger merged commit 098df2d into main Feb 10, 2023
@lyzadanger lyzadanger deleted the adjust-select-height branch February 10, 2023 15:52
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.

3 participants