mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 02:53:28 +00:00
list styling for people
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<table class="table table-hover table-list" *ngIf="searchedGroups.length">
|
||||
<tbody>
|
||||
<tr *ngFor="let g of searchedGroups">
|
||||
<td class="normal-lh">
|
||||
<td>
|
||||
<a href="#" appStopClick (click)="edit(g)">{{g.name}}</a>
|
||||
</td>
|
||||
<td class="table-list-options">
|
||||
|
||||
Reference in New Issue
Block a user