Skip to content

Commit

Permalink
- fixed cards intersecting with each other
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyusung4698 committed Jun 18, 2020
1 parent 51b49da commit 5c244d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
}
}

:host,
.mat-card {
display: block;
height: 100%;
}

.title {
margin-bottom: 12px;
}
12 changes: 5 additions & 7 deletions src/styles/_material.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ mat-label {
display: block;
}

app-card {
padding-bottom: 12px;
mat-card {
margin-bottom: 12px;

mat-card {
> div {
> mat-label {
margin-bottom: 12px;
}
> div {
> mat-label {
margin-bottom: 12px;
}
}
}
Expand Down

0 comments on commit 5c244d8

Please sign in to comment.