Thursday, December 26, 2024
1 change · saas-18.1
Resolved issues and error corrections
This fix improves how Odoo forms display on small screens by preventing fields from stretching across columns in mobile layouts. It also adds spacing after certain custom input areas, making contact forms easier to read and use on phones or narrow screens.
Original PR description
This commit avoids setting the `grid-column: span 2;` CSS rules (inline) in form view when we are on small screen. Before the removal of d-contents it was not an issue as it was not a grid but a flex on small screen. Steps to reproduce: * Open Odoo on small Screen * Go to Contact * Select a Company * Go to the "Sales & Purchase" pane * The "Purchase" group has 2 grid columns and the render is ugly => BUG --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr