Skip to content

Commit

Permalink
fix(list): set flex-shrink for avatar (#1464)
Browse files Browse the repository at this point in the history
md-list-avatar aren't correctly displayed on the initial render
set flex-shrink to fix this behavior

Closes #1403
  • Loading branch information
andrewmnlv authored and jelbourn committed Oct 19, 2016
1 parent b09465c commit 5a528aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ $md-dense-three-line-height: 76px;
}

[md-list-avatar] {
flex-shrink: 0;
width: $md-list-avatar-size;
height: $md-list-avatar-size;
border-radius: 50%;
Expand Down

0 comments on commit 5a528aa

Please sign in to comment.