Skip to content

Commit

Permalink
fix(list): Fix the height of the dense avatar list (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmercier authored Jan 11, 2018
1 parent 2267e0f commit 3e5f6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mdc-list/mdc-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@
}
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list__item {
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
height: 48px;
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list__item__graphic {
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
@include mdc-list-graphic-size_(36px);
}

Expand Down

0 comments on commit 3e5f6e0

Please sign in to comment.