Set min width (#6583)

This commit is contained in:
Joakim Sørensen 2020-08-10 16:23:14 +02:00 committed by Ludeeus
parent 3dc4b1d775
commit a31f53395f

View File

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