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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
5 additions and
1 deletions
-
CHANGELOG.md
-
libs/ui/src/lib/accounts-table/accounts-table.component.html
|
|
|
@ -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 |
|
|
|
> |
|
|
|
|