Browse Source

Fix style of footer row

pull/5826/head
Thomas Kaul 1 week ago
parent
commit
b3200122e1
  1. 6
      libs/ui/src/lib/accounts-table/accounts-table.component.html

6
libs/ui/src/lib/accounts-table/accounts-table.component.html

@ -320,11 +320,7 @@
</button>
</mat-menu>
</td>
<td
*matFooterCellDef
class="d-none d-lg-table-cell px-1"
mat-footer-cell
></td>
<td *matFooterCellDef class="px-1" mat-footer-cell></td>
</ng-container>
<tr *matHeaderRowDef="displayedColumns" mat-header-row></tr>

Loading…
Cancel
Save