Fix position edit card dialog (#7418)

This commit is contained in:
Bram Kragten
2020-10-21 15:26:08 +02:00
committed by GitHub
parent bcf405bf9d
commit eab76bf85b

View File

@@ -365,7 +365,6 @@ export class HuiDialogEditCard extends LitElement
@media all and (min-width: 850px) {
ha-dialog {
--mdc-dialog-min-width: 845px;
--dialog-surface-top: 40px;
--mdc-dialog-max-height: calc(100% - 72px);
}
}