Skip to content

Commit 649ebc1

Browse files
authored
fix(card): actions typography overrides p styles (#12542)
Closes #12511
1 parent 97367eb commit 649ebc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/card/_card-theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@
393393
}
394394
}
395395

396-
%igx-card-content > p {
396+
%igx-card-content > * {
397397
@include type-style($content) {
398398
margin: 0;
399399
}

0 commit comments

Comments
 (0)