mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Set more-info dialog max-width to fit all languages (#14110)
This commit is contained in:
parent
23f8373b16
commit
6c4c65730c
@ -301,7 +301,7 @@ export class MoreInfoDialog extends LitElement {
|
||||
@media all and (min-width: 600px) and (min-height: 501px) {
|
||||
ha-dialog {
|
||||
--mdc-dialog-min-width: 560px;
|
||||
--mdc-dialog-max-width: 560px;
|
||||
--mdc-dialog-max-width: 580px;
|
||||
--dialog-surface-margin-top: 40px;
|
||||
--mdc-dialog-max-height: calc(100% - 72px);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user