You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a global css directive that sets `box-sizing: content-box`
everywhere. This is a bit stupid, as it override bootstrap default
`border-box` directive.
And it also make using `width/height` directive less intuitive, as the
size you set does not includes border/padding.
We had 32 occurrences of `box-sizing: border-box` in our codebase, to
override the global directive.
closes#5641
Task: 4550753
Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
0 commit comments