mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix dialog resizing (#14256)
This commit is contained in:
parent
1cde9e882e
commit
d52dbde909
@ -315,7 +315,7 @@ export class MoreInfoDialog extends LitElement {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([tab="info"][large]) {
|
:host([tab="info"][large]) ha-dialog {
|
||||||
--mdc-dialog-min-width: 90vw;
|
--mdc-dialog-min-width: 90vw;
|
||||||
--mdc-dialog-max-width: 90vw;
|
--mdc-dialog-max-width: 90vw;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user