Browse Source

Fix height

pull/1068/head
Thomas 3 years ago
parent
commit
6b74224cf4
  1. 4
      apps/client/src/app/components/account-detail-dialog/account-detail-dialog.component.scss

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

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

Loading…
Cancel
Save