Skip to content

Commit

Permalink
fix(card): removed header height (#3450)
Browse files Browse the repository at this point in the history
- long titles was overlapping content cause of the height that was applied on the header

fixes #3288
  • Loading branch information
EladBezalel authored and tinayuangao committed Mar 10, 2017
1 parent 75b440a commit 17bf5e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/lib/card/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,17 @@ $mat-card-header-size: 40px !default;
.mat-card-header {
display: flex;
flex-direction: row;
height: $mat-card-header-size;
margin: -8px 0 16px 0;
}

.mat-card-header-text {
height: $mat-card-header-size;
margin: 0 8px;
}

.mat-card-avatar {
height: $mat-card-header-size;
width: $mat-card-header-size;
border-radius: 50%;
flex-shrink: 0;
}

.mat-card-header .mat-card-title {
Expand Down

0 comments on commit 17bf5e5

Please sign in to comment.