mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix expansion of all tabs in more info dialogs (#14283)
This commit is contained in:
parent
245202c125
commit
dd4c3c28ee
@ -315,7 +315,7 @@ export class MoreInfoDialog extends LitElement {
|
|||||||
cursor: default;
|
cursor: default;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host([tab="info"][large]) ha-dialog {
|
:host([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