1
0
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:
Kyle Spearrin
2018-07-06 15:45:35 -04:00
parent 656d17cc07
commit 3e0f2126b3
8 changed files with 54 additions and 8 deletions

View File

@@ -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">