Browse Source

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

* Fix header alignment

* Update changelog
pull/6141/head^2
Thomas Kaul 1 week ago
committed by GitHub
parent
commit
5cb82d59f2
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

@ -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 - 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`) - 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 ## 2.227.0 - 2026-01-02
### Changed ### Changed

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

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

Loading…
Cancel
Save