Browse Source

Merge branch 'ghostfolio:main' into task/sync-with-main

pull/6144/head
Kenrick Tandrian 1 week ago
committed by GitHub
parent
commit
20d6525601
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      CHANGELOG.md
  2. 2
      libs/ui/src/lib/accounts-table/accounts-table.component.html

4
CHANGELOG.md

@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extracted the scraper configuration to a dedicated tab in the asset profile details dialog of the admin control panel
- Improved the language localization for German (`de`)
### Fixed
- Improved the table headers’ alignment of the accounts table on mobile
## 2.227.0 - 2026-01-02
### Changed

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

@ -199,7 +199,7 @@
<ng-container matColumnDef="valueInBaseCurrency">
<th
*matHeaderCellDef
class="d-lg-none d-xl-none px-1 text-right"
class="d-lg-none d-xl-none justify-content-end px-1"
mat-header-cell
mat-sort-header
>

Loading…
Cancel
Save