-
- Downloads
[FIX] web: clear form button box before an alert
On the user form view, just after the button box, there might be an alert component. Since BS4, this alert goes over the floating button box in community. Before BS4, the button box went over the alert (so it was functional but still ugly). This commit adds an extra style for community only: clear the button box before an alert component. Closes https://github.com/odoo/odoo/issues/27435 closes odoo/odoo#27566
Please register or sign in to comment