diff --git a/src/components/user_popover/user_popover.vue b/src/components/user_popover/user_popover.vue index 1fa855f03..8626d27e8 100644 --- a/src/components/user_popover/user_popover.vue +++ b/src/components/user_popover/user_popover.vue @@ -29,6 +29,10 @@ .user-popover { margin-bottom: 0.6em; + .user-identity { + aspect-ratio: unset; + } + .user-card-inner { display: flex; }