-
-
Notifications
You must be signed in to change notification settings - Fork 476
Description
Is your feature request related to a problem? Please describe.
The sizes available for textinput fields don't match the sizes available for buttons.
This is especially annoying since the classname on the textinput fields modifies the inputs grandparent container instead of the input element itself.
Not sure how often everyone uses horizontal forms, but this makes them a nightmare to work with.
Describe the solution you'd like
I want the textinput sizes to match the heights of the button sizes.
Or at least make the classname prop modify the input element itself instead of the grandparent container.
Describe alternatives you've considered
Copied the text inputs from the main site and manually changed the sizes to fit.
Additional context
md/base size textinput next to lg button

lg textinput next to lg button
