diff --git a/src/styles/component.styles.ts b/src/styles/component.styles.ts index 6c4bcff08..510b37dbd 100644 --- a/src/styles/component.styles.ts +++ b/src/styles/component.styles.ts @@ -2,13 +2,13 @@ import { css } from 'lit'; export default css` :host { - box-sizing: border-box; + box-sizing: border-box !important; } :host *, :host *::before, :host *::after { - box-sizing: inherit; + box-sizing: inherit !important; } [hidden] {