Fix: performance column header alignment (#1881)
* Fix: performance column header alignment * Update changelog
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
<ng-container matColumnDef="performance">
|
||||
<th
|
||||
*matHeaderCellDef
|
||||
class="d-none d-lg-table-cell px-1 text-right"
|
||||
class="d-none d-lg-table-cell px-1 justify-content-end"
|
||||
mat-header-cell
|
||||
mat-sort-header="netPerformancePercent"
|
||||
>
|
||||
|
Reference in New Issue
Block a user