Skip to content

Commit 985aecc

Browse files
committed
refactor(card): fix thumbnail position to match webC
1 parent 2fee02b commit 985aecc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
%igx-card-header {
159159
display: flex;
160160
flex-flow: row wrap;
161-
align-content: flex-start;
161+
align-items: center;
162162
width: 100%;
163163
padding: $card-heading-padding;
164164
color: var-get($theme, 'header-text-color');
@@ -194,7 +194,6 @@
194194
}
195195

196196
%igx-card-header-thumbnail {
197-
align-self: flex-start;
198197
margin-inline-end: rem(16px);
199198

200199
@if $variant == 'indigo' {

0 commit comments

Comments
 (0)