Browse Source

Fix: performance table header align

pull/1881/head
francisco 2 years ago
parent
commit
6991c843ea
  1. 1
      CHANGELOG.md
  2. 2
      libs/ui/src/lib/holdings-table/holdings-table.component.html

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- Fixed the targets in `proxy.conf.json` from `http://localhost:3333` to `http://0.0.0.0:3333` for local development - Fixed the targets in `proxy.conf.json` from `http://localhost:3333` to `http://0.0.0.0:3333` for local development
- Fix: performance table header alignment in holdings page
## 1.258.0 - 2023-04-20 ## 1.258.0 - 2023-04-20

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

@ -108,7 +108,7 @@
<ng-container matColumnDef="performance"> <ng-container matColumnDef="performance">
<th <th
*matHeaderCellDef *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-header-cell
mat-sort-header="netPerformancePercent" mat-sort-header="netPerformancePercent"
> >

Loading…
Cancel
Save