Browse Source

Bugfix/fix content height of account detail dialog (#1068)

* Fix height

* Update changelog
pull/1069/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
d71ab10eed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      CHANGELOG.md
  2. 4
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.scss

4
CHANGELOG.md

@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Extended the investment timeline grouped by month
### Fixed
- Fixed the content height of the account detail dialog
## 1.167.0 - 07.07.2022
### Added

4
apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.scss

@ -1,3 +1,7 @@
:host {
display: block;
.mat-dialog-content {
max-height: unset;
}
}

Loading…
Cancel
Save