Skip to content

Commit 3a19823

Browse files
authored
Merge pull request #7326 from IgniteUI/mpopovv/card-content-display
fix(card): display block for igx-card-content directive
2 parents 03d324a + e1b24ea commit 3a19823

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
}
233233

234234
%igx-card-content {
235+
display: block;
235236
width: 100%;
236237
flex: 1 1 auto;
237238
padding: $card-content-padding;

0 commit comments

Comments
 (0)