Browse Source

Task/harmonize line height in holdings table component (#7352)

Harmonize line height
pull/7328/head
Thomas Kaul 4 days ago
committed by GitHub
parent
commit
4f4477a9d2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      libs/ui/src/lib/holdings-table/holdings-table.component.html

2
libs/ui/src/lib/holdings-table/holdings-table.component.html

@ -27,7 +27,7 @@
>
<ng-container i18n>Name</ng-container>
</th>
<td *matCellDef="let element" class="line-height-1 px-1" mat-cell>
<td *matCellDef="let element" class="line-height-normal px-1" mat-cell>
<div class="text-truncate">
{{ element.assetProfile.name }}
@if (element.assetProfile.name === element.assetProfile.symbol) {

Loading…
Cancel
Save