Skip to content

Commit 7ce7797

Browse files
crisbetojelbourn
authored andcommitted
refactor(card): remove duplicate style declaration (#13358)
Removes a duplicate declaration for the `.mat-card-title` margin. Fixes #13353.
1 parent a389704 commit 7ce7797

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/lib/card/card.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,6 @@ $mat-card-header-size: 40px !default;
204204
margin-right: 0;
205205
}
206206

207-
.mat-card-title {
208-
margin-bottom: 8px;
209-
}
210-
211207
// should be 12px space between titles and subtitles generally
212208
// default margin-bottom is 16px, so need to move lower title up 4px
213209
.mat-card-title:not(:first-child), .mat-card-subtitle:not(:first-child) {

0 commit comments

Comments
 (0)