remove additional space in memebers widget (#8297)

[ci skip]
pull/8299/head
Behrokh Satarnejad 5 years ago committed by GitHub
parent e0066ca0ce
commit 288e7db3a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/app/modules/grids/widgets/members/members.component.html

@ -21,7 +21,7 @@
<span *ngFor="let principal of usersByRole.users; let last = last">
<ng-container *ngIf="isGroup(principal)">
{{userName(principal)}}
<span [textContent]="userName(principal)"></span>
</ng-container>
<ng-container *ngIf="!isGroup(principal)">
<user-avatar [user]="principal"

Loading…
Cancel
Save