Skip to content

Commit

Permalink
fix(expansion-panel): remove margin from top and bottom panels in acc…
Browse files Browse the repository at this point in the history
…ordion (#6546)
  • Loading branch information
crisbeto authored and kara committed Aug 22, 2017
1 parent 9eb9ddf commit 7f0e58e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/lib/expansion/expansion-panel.scss
Expand Up @@ -23,6 +23,14 @@

.mat-expansion-panel-spacing {
margin: 16px 0;

.mat-accordion &:first-child {
margin-top: 0;
}

.mat-accordion &:last-child {
margin-bottom: 0;
}
}

.mat-action-row {
Expand Down

0 comments on commit 7f0e58e

Please sign in to comment.