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

* Fix height

* Update changelog
This commit is contained in:
Thomas Kaul
2022-07-10 21:44:23 +02:00
committed by GitHub
parent 0e0592180f
commit d71ab10eed
2 changed files with 8 additions and 0 deletions

View File

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