From 4a0428b93a50191c4bd682ac02b7fa077eb40c28 Mon Sep 17 00:00:00 2001 From: Kelsey Jackson Date: Fri, 29 Aug 2025 13:33:38 -0500 Subject: [PATCH] troubleshooting linter issue --- packages/webawesome/src/components/card/card.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;