Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3946ed

Browse files
authored
fix(b-avatar): prevent avatar from being squished (#5963)
Closes #5962
1 parent a29d1c1 commit b3946ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/avatar/_avatar.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
align-items: center;
66
justify-content: center;
77
vertical-align: middle;
8+
flex-shrink: 0;
89
width: $b-avatar-size;
910
height: $b-avatar-size;
1011
font-size: inherit;

0 commit comments

Comments
 (0)