Skip to content

Commit

Permalink
fix(core): prevent avatars from shrinking in flex containers
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Aug 22, 2024
1 parent 924ab0b commit 11d6d4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/components/cat-avatar/cat-avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ $-sizes: (
}

.avatar {
flex: none;
display: inline-flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 11d6d4f

Please sign in to comment.