Skip to content

Commit 573a095

Browse files
authored
Merge pull request #140 from umbraco/fix/add-aspect-ratio-to-avatar
2 parents 1825bfa + 72a679d commit 573a095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uui-avatar/lib/uui-avatar.element.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export class UUIAvatarElement extends LitElement {
2525
height: calc(2em + 4px);
2626
user-select: none;
2727
/* box-sizing: border-box; */
28-
28+
aspect-ratio: 1;
2929
background-color: var(--uui-color-spanish-pink);
3030
color: var(--uui-color-space-cadet);
3131
}

0 commit comments

Comments
 (0)