Fix dialog resizing (#14256)

This commit is contained in:
NobleKangaroo 2022-11-02 05:16:05 -04:00 committed by GitHub
parent 1cde9e882e
commit d52dbde909
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]) {
:host([tab="info"][large]) ha-dialog {
--mdc-dialog-min-width: 90vw;
--mdc-dialog-max-width: 90vw;
}