From 3dbfef17e7620432a73c88d1b17b88adfd17e606 Mon Sep 17 00:00:00 2001 From: Andy Blum Date: Tue, 3 Dec 2024 12:00:06 -0500 Subject: [PATCH] fix(card): remove bad styles (#12141) ### Related Ticket(s) https://jsw.ibm.com/browse/ADCMS-7078 ### Description Removes problematic styles from v2 merge ### Changelog **Changed** - minor style fix --- packages/styles/scss/components/card/_card.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/styles/scss/components/card/_card.scss b/packages/styles/scss/components/card/_card.scss index 5a83ccbd2a3..0f0cafc7eca 100644 --- a/packages/styles/scss/components/card/_card.scss +++ b/packages/styles/scss/components/card/_card.scss @@ -281,12 +281,6 @@ flex-direction: column; gap: $spacing-05; } - - ::slotted(div) { - /* stylelint-disable declaration-no-important */ - // need the !important to prevent CSS reset styles from overwritting margin for tags - margin-inline-start: -$spacing-02 !important; - } } :host(#{$c4d-prefix}-card[aspect-ratio='1:1']) .#{$prefix}--card__wrapper {