Button component cannot match height of form controls
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 90
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
When you put a select next to a button, all the `Button` sizes add either too much padding or not enough so that the two elements do not line up:
Size | Button
:-----|:-------
`small` | 
`medium` | 
`large`/default | 
What I want
(_just right 🐻_) | 
To achieve the desired look we can use ``.
Have we considered making the default `` component (without options) look like ``?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Button component and compare its small, medium, and large/default sizing with the native button class behavior described in the issue. Verify the component aligns vertically with adjacent select controls at each size, and add or update coverage if the project has relevant Button tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100