Bugfix/header alignment in accounts table on mobile (#6143)

* Fix header alignment

* Update changelog
pull/6141/head^2
Thomas Kaul 4 months ago committed by GitHub
parent 3943ca9f88
commit 5cb82d59f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -17,6 +17,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

@ -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