Skip to content

Commit

Permalink
fix(card): remove bad styles (#12141)
Browse files Browse the repository at this point in the history
### Related Ticket(s)
https://jsw.ibm.com/browse/ADCMS-7078

### Description

Removes problematic styles from v2 merge

### Changelog

**Changed**

- minor style fix
  • Loading branch information
andy-blum authored Dec 3, 2024
1 parent 3ee263d commit 13fd7a5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/styles/scss/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 13fd7a5

Please sign in to comment.