-
Notifications
You must be signed in to change notification settings - Fork 187
fix: datetime fields responsive #1920
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
Conversation
🦋 Changeset detectedLatest commit: ff3ad4a The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Hello @Adzouz , thanks a lot for this precious fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice improvement 👍
just check with Louis about that tiny design change
I checked with both of them and we have a green light. Merging it, thanks a lot guys 🚀 |
What does it do?
Improve the responsive of the datetime picker fields on small containers.
1853.bug._.No.property.available.to.stack.date.and.time.picker.fields.vertically.column.instead.of.row.mp4
I also took the liberty to unify the size between the two elements (most of the time it's 50/50 in the admin interface)
Why is it needed?
Improve the experience on smaller screens or when including a datetime field inside a modal / small container.
How to test it?
Related issue(s)/PR(s)
Resolves #1853
🚀