mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +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) {
|
@media all and (min-width: 600px) and (min-height: 501px) {
|
||||||
ha-dialog {
|
ha-dialog {
|
||||||
--mdc-dialog-min-width: 560px;
|
--mdc-dialog-min-width: 560px;
|
||||||
--mdc-dialog-max-width: 560px;
|
--mdc-dialog-max-width: 580px;
|
||||||
--dialog-surface-margin-top: 40px;
|
--dialog-surface-margin-top: 40px;
|
||||||
--mdc-dialog-max-height: calc(100% - 72px);
|
--mdc-dialog-max-height: calc(100% - 72px);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user