-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Fix Filter Form overflow on mobile #7940
Conversation
Can you show how it looks with the post filter removed so that we can see the filter button? |
Please consider the update : filters and top toolbar are stuck with a consistent padding Enregistrement.de.l.ecran.2022-07-22.a.08.39.02.mov |
I noticed that the Edit and Show views no longer have the same top margin as the List view. This regression is not caused by your PR, but it's recent. As you're working on the design, could you take a look at it? |
paddingRight: 0, | ||
whiteSpace: 'nowrap', | ||
flex: '0 1 auto', | ||
minHeight: 'unset !important', |
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.
Can't we avoid this?
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.
I removed that, as agreed, toolbar keeps (again) consistent height on List, Edit and View templates
As discussed, top toolbar height remains consistent between Edit, Create and List templates Enregistrement.de.l.ecran.2022-07-22.a.10.37.45.mov |
The result is far from perfect but corrects major responsive display errors.
Enregistrement.de.l.ecran.2022-07-08.a.10.23.02.mov
With debug borders (don't appear for real)
Enregistrement.de.l.ecran.2022-07-08.a.10.22.21.mov