Fix expansion of all tabs in more info dialogs (#14283)

This commit is contained in:
Alex van den Hoogen 2022-11-07 20:30:06 +01:00 committed by GitHub
parent 245202c125
commit dd4c3c28ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -315,7 +315,7 @@ export class MoreInfoDialog extends LitElement {
cursor: default;
}
:host([tab="info"][large]) ha-dialog {
:host([large]) ha-dialog {
--mdc-dialog-min-width: 90vw;
--mdc-dialog-max-width: 90vw;
}