From bad184210d3a97f02bf70bd55bbc77fb22f4e350 Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Wed, 23 Feb 2022 19:42:32 -0600 Subject: [PATCH] Control where the tip breaks (#11819) --- src/panels/config/dashboard/ha-config-dashboard.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/panels/config/dashboard/ha-config-dashboard.ts b/src/panels/config/dashboard/ha-config-dashboard.ts index 707b707232..68a63defe3 100644 --- a/src/panels/config/dashboard/ha-config-dashboard.ts +++ b/src/panels/config/dashboard/ha-config-dashboard.ts @@ -177,13 +177,15 @@ class HaConfigDashboard extends LitElement { >Blog`, "newsletter", - html`Newsletter - ` + ` )} @@ -293,6 +295,10 @@ class HaConfigDashboard extends LitElement { .new { color: var(--primary-color); } + + .keep-together { + display: inline-block; + } `, ]; }