-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Date not visible when screen too small #76
Comments
That component is from the strapi design system which unfortunately is not responsive yet. I will see if I can add some custom CSS to fix it in the meantime. |
Indeed I might make a PR on the strapi design system for the component to have that fix included. Custom css would be amazing! Thanks |
I had a try at this and unfortunately the DateTimePicker (the component being used here) does not seem to support classNames or custom css. This makes it impossible to apply any customs style. We will need to wait for strapi/design-system#860 Will see if I can find any workaround, closing for now. |
When selecting the date, the date box becomes too small on a small screen.
Solution would be to modify the underlying DateTime helper plugin with css.
Current:
Wanted:
Adding "flex-direction: column" to the div surrounding the date and time boxes works. But I don't know how to implement this in the code:
The text was updated successfully, but these errors were encountered: