From e673d90b3fc511d93fcba8c557b357cc4a6f0baf Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 7 Apr 2020 15:18:23 +0200 Subject: [PATCH] Allow header of mfa dialog to wrap (#5478) --- src/panels/profile/ha-mfa-module-setup-flow.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/panels/profile/ha-mfa-module-setup-flow.js b/src/panels/profile/ha-mfa-module-setup-flow.js index 77451b4947..2c6d2e0f54 100644 --- a/src/panels/profile/ha-mfa-module-setup-flow.js +++ b/src/panels/profile/ha-mfa-module-setup-flow.js @@ -28,6 +28,9 @@ class HaMfaModuleSetupFlow extends LocalizeMixin(EventsMixin(PolymerElement)) { ha-paper-dialog { max-width: 500px; } + h2 { + white-space: normal; + } ha-markdown img:first-child:last-child, ha-markdown svg:first-child:last-child { background-color: white;