-
-
Notifications
You must be signed in to change notification settings - Fork 809
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][IMP] report_qweb_element_page_visibility: use display for element visibility #882
[16.0][IMP] report_qweb_element_page_visibility: use display for element visibility #882
Conversation
the visibility attribute with the hidden option hides the element but don't free the space. A common use case is to have a specific header for the first page and another for the other pages. With visibility: hidden the second header cannot take the first one place and will keep a huge margin. One solution is to use the display:none instead.
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.
easy forward
LGTM
Thanks
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
/ocabot merge patch |
Hey, thanks for contributing! Proceeding to merge this for you. |
It looks like something changed on |
It looks like something changed on |
Congratulations, your PR was merged at ccffc13. Thanks a lot for contributing to OCA. ❤️ |
Cherry-pick of #702