Skip to content

Commit 5a528aa

Browse files
andrewmnlvjelbourn
authored andcommitted
fix(list): set flex-shrink for avatar (#1464)
md-list-avatar aren't correctly displayed on the initial render set flex-shrink to fix this behavior Closes #1403
1 parent b09465c commit 5a528aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/list/list.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ $md-dense-three-line-height: 76px;
7272
}
7373

7474
[md-list-avatar] {
75+
flex-shrink: 0;
7576
width: $md-list-avatar-size;
7677
height: $md-list-avatar-size;
7778
border-radius: 50%;

0 commit comments

Comments
 (0)