Saturday, March 14, 2026
1 change · saas-18.2
Resolved issues and error corrections
This fixes a small visual issue in the web navigation menu where some browsers could ignore a styling rule due to a missing unit. The menu arrow tip now renders rounded as intended, improving consistency across browsers.
Original PR description
Before this commit, some browsers showed a warning or, even worse, dropped this CSS rule because the unit was missing. This line ensures that the tip of the arrow is rounded instead of truncated. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#253557