diff --git a/packages/webawesome/src/components/card/card.css b/packages/webawesome/src/components/card/card.css index 0705d5547..385414b3e 100644 --- a/packages/webawesome/src/components/card/card.css +++ b/packages/webawesome/src/components/card/card.css @@ -117,8 +117,8 @@ :host([orientation='horizontal']) ::slotted(*) { display: block; height: 100%; - margin: 0 !important; - object-fit: cover !important; + margin: 0; + object-fit: cover; } :host([orientation='horizontal']) ::slotted([slot='actions']) { display: flex;