Bugfix/fix content height of account detail dialog (#1068)
* Fix height * Update changelogpull/1069/head
parent
0e0592180f
commit
d71ab10eed
@ -1,3 +1,7 @@
|
||||
:host {
|
||||
display: block;
|
||||
|
||||
.mat-dialog-content {
|
||||
max-height: unset;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in new issue