We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3e077 commit ebc36dfCopy full SHA for ebc36df
frontend/src/app/applications/comments/components/widgets/comments-recents-widget.component.html
@@ -13,7 +13,7 @@
13
<ul class="products-list product-list-in-box" [class.border-0]="last">
14
<li (click)="goToFile(c)" class="item">
15
<div style="margin-right: 0.5rem;">
16
- <app-user-avatar [user]="c.author"></app-user-avatar>
+ <app-user-avatar [user]="c.author" [container]="'body'"></app-user-avatar>
17
</div>
18
<div class="product-info">
19
<span class="product-title">
0 commit comments