-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[16.0][FIX] web_responsive: display search filters correctly #3074
[16.0][FIX] web_responsive: display search filters correctly #3074
Conversation
When you search for data in the mobile size search bar of any view and a drop-down filter appears, the text overlaps the drop-down arrow. This error in the design is caused by the extra padding. TT54811
8d31578
to
547f719
Compare
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.
👍
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.
Check if needed in upper versions:
/ocabot merge patch
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at ae6d976. Thanks a lot for contributing to OCA. ❤️ |
In v17 and v18 this is right. |
When you search for data in the mobile size search bar of any view and a drop-down filter appears, the text overlaps the drop-down arrow. This error in the design is caused by the extra padding.
Before:
After:
cc @Tecnativa TT54811
@chienandalu @CarlosRoca13 please review