Browse Source
Task/harmonize styling in top holdings component (#7374)
Harmonize styling
pull/7118/merge
Thomas Kaul
2 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
6 additions and
6 deletions
-
libs/ui/src/lib/top-holdings/top-holdings.component.html
|
|
|
@ -72,12 +72,12 @@ |
|
|
|
</colgroup> |
|
|
|
|
|
|
|
<ng-container matColumnDef="name"> |
|
|
|
<td *matCellDef="let parentHolding" class="px-2" mat-cell> |
|
|
|
<div |
|
|
|
class="align-items-center d-flex line-height-1 text-nowrap" |
|
|
|
> |
|
|
|
<div>{{ parentHolding?.name }}</div> |
|
|
|
</div> |
|
|
|
<td |
|
|
|
*matCellDef="let parentHolding" |
|
|
|
class="line-height-normal px-2" |
|
|
|
mat-cell |
|
|
|
> |
|
|
|
<div class="text-truncate">{{ parentHolding?.name }}</div> |
|
|
|
<div> |
|
|
|
<small class="text-muted">{{ |
|
|
|
parentHolding?.symbol | gfSymbol |
|
|
|
|