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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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) { |
|
|
|
|