Skip to content

Commit ebc36df

Browse files
committed
fix(frontend:recents): move user avatar tooltip container to body to fix overlap with card
1 parent 7e3e077 commit ebc36df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/applications/comments/components/widgets/comments-recents-widget.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ul class="products-list product-list-in-box" [class.border-0]="last">
1414
<li (click)="goToFile(c)" class="item">
1515
<div style="margin-right: 0.5rem;">
16-
<app-user-avatar [user]="c.author"></app-user-avatar>
16+
<app-user-avatar [user]="c.author" [container]="'body'"></app-user-avatar>
1717
</div>
1818
<div class="product-info">
1919
<span class="product-title">

0 commit comments

Comments
 (0)