Closed JonasKellerer closed 5 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
dashboard-components | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 2, 2024 3:24pm |
Whats your browser so I can try it as well @chaoran-chen ?
I am using Chrome.
@chaoran-chen Could you check again? I could not see what you described in my chrome, but found some other thing which might also fix your issue.
resolves #284
Summary
This reduces the smallest size of the datepicker for the two row design. The limit is now 240px. Below that it will be the stacked design. This change was made possible by reducing the size prop of the input component. The size of the Select component was adjusted, so it matches the min-width of the input fields with size 7.
Screenshot
This is now the element, with a width of 240px.
PR Checklist
- [ ] All necessary documentation has been adapted.- [ ] The implemented feature is covered by an appropriate test.