Skip to content

Commit 9715d6e

Browse files
committed
fix(card): removed header height
- long titles was overlapping content cause of the height that was applied on the header fixes #3288
1 parent 02f4bc3 commit 9715d6e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/card/card.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,9 @@ $mat-card-header-size: 40px !default;
9393
.mat-card-header {
9494
display: flex;
9595
flex-direction: row;
96-
height: $mat-card-header-size;
97-
margin: -8px 0 16px 0;
9896
}
9997

10098
.mat-card-header-text {
101-
height: $mat-card-header-size;
10299
margin: 0 8px;
103100
}
104101

0 commit comments

Comments
 (0)