Thinkmill / Thinkmill/keystatic
`fields.number`, `fields.select` with `description` does not use the full width
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 159
- Avg merge
- 21h 41m
- Merged PRs (30d)
- 2
Description
When I use a fields.number with a longer description the column for title and description are very small.
The same is true for fields.select, see example in https://github.com/Thinkmill/keystatic/issues/1419.
When using a .text both use the full with.
It would be ideal to only reduce the input width, not the whole column width in those cases.
Contributor guide
No contributing guide indexed for this repository
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 by locating the implementations of fields.number, fields.select, and fields.text, then compare how their input and column widths are calculated. Reproduce the issue using a longer description and the linked select example; done means number and select reduce only the input width while the title and description column keeps the available width.
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
- 42/100