diff --git a/app/assets/stylesheets/common/components/user-card.scss b/app/assets/stylesheets/common/components/user-card.scss index c72ad5b79ce..a443e157536 100644 --- a/app/assets/stylesheets/common/components/user-card.scss +++ b/app/assets/stylesheets/common/components/user-card.scss @@ -150,8 +150,8 @@ max-height: var(--avatar-width); } .avatar { - width: 100%; - height: 100%; + width: var(--avatar-width); + height: var(--avatar-width); } .new-user a { color: var(--primary-low-mid);