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

* Fix height

* Update changelog
pull/1069/head
Thomas Kaul 2 years ago committed by GitHub
parent 0e0592180f
commit d71ab10eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save