Set min width (#6583)

This commit is contained in:
Joakim Sørensen 2020-08-10 16:23:14 +02:00 committed by GitHub
parent dec1f99a5f
commit 7f819f0020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -411,6 +411,12 @@ export class HuiDialogEditView extends LitElement {
margin: 12px 16px; margin: 12px 16px;
flex-wrap: wrap; flex-wrap: wrap;
} }
@media all and (min-width: 600px) {
ha-dialog {
--mdc-dialog-min-width: 600px;
}
}
`, `,
]; ];
} }