Skip to content

Commit 94fbb72

Browse files
authored
fix(fuselage): Avatar element excending container width (#1017)
1 parent d89a76c commit 94fbb72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/fuselage/src/components/Avatar/Avatar.styles.scss

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ $sizes: 16, 18, 20, 24, 28, 32, 36, 40, 48, 124, 200, 332;
2323
&__element {
2424
position: relative;
2525

26+
width: 100%;
27+
height: 100%;
2628
@each $size in $sizes {
2729
&--x#{$size} {
2830
@if $size <= 18 {

0 commit comments

Comments
 (0)