mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
23acf203e9
This commit adds box-sizing: border-box to the highlight elements created by the devtools on the page. This was making some of the boxes overflow on some pages (like on POS sessions) because the border-box box-sizing was not the default behavior on these pages.