Skip to content

Commit 5e8a358

Browse files
Merge pull request #2677 from salesforce-ux/chore/deal-with-card-wrapper
chore(card): deal with card-wrapper inside of a card
2 parents 7aa43be + d49b671 commit 5e8a358

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/components/tabs/base/_blame.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@
2121
.slds-card-wrapper {
2222
background: $card-color-background;
2323
border: 0;
24-
border-radius: initial;
2524
box-shadow: none;
25+
padding-left: 0;
26+
padding-right: 0;
2627
}
2728

2829
// Pull cards to edge of already padding tab content area

0 commit comments

Comments
 (0)