We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d78a370 commit 11cc157Copy full SHA for 11cc157
src/lib/card/card.scss
@@ -93,19 +93,17 @@ $mat-card-header-size: 40px !default;
93
.mat-card-header {
94
display: flex;
95
flex-direction: row;
96
- height: $mat-card-header-size;
97
- margin: -8px 0 16px 0;
98
}
99
100
.mat-card-header-text {
101
102
margin: 0 8px;
103
104
105
.mat-card-avatar {
106
height: $mat-card-header-size;
107
width: $mat-card-header-size;
108
border-radius: 50%;
+ flex-shrink: 0;
109
110
111
.mat-card-header .mat-card-title {
0 commit comments