Skip to content

Commit

Permalink
fix(avatar): add no shrink to avatar so it doesnt shrink inside cards
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Oct 20, 2020
1 parent 80ebad5 commit e00d9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/default/scss/avatar/_layout.scss
Expand Up @@ -5,7 +5,7 @@
border-width: 0;
border-style: solid;
box-sizing: border-box;
flex-shrink: 0 0 auto;
flex-shrink: 0;
display: inline-flex;
flex-flow: row nowrap;
align-items: center;
Expand Down

0 comments on commit e00d9c1

Please sign in to comment.