From 6c4c65730c69d52cd6d6eb1454484f01eeb24580 Mon Sep 17 00:00:00 2001 From: Alex van den Hoogen Date: Mon, 17 Oct 2022 18:15:01 +0200 Subject: [PATCH] Set more-info dialog max-width to fit all languages (#14110) --- src/dialogs/more-info/ha-more-info-dialog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dialogs/more-info/ha-more-info-dialog.ts b/src/dialogs/more-info/ha-more-info-dialog.ts index 1568165a86..786ed6ce27 100644 --- a/src/dialogs/more-info/ha-more-info-dialog.ts +++ b/src/dialogs/more-info/ha-more-info-dialog.ts @@ -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); }