From dbbd34c520928d3840d2abfda48b654dd113bba1 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Tue, 27 Oct 2020 11:14:47 +0100 Subject: [PATCH] Allow breaking of entity ID in history tooltip into multiple lines (#7482) --- src/components/entity/ha-chart-base.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/entity/ha-chart-base.js b/src/components/entity/ha-chart-base.js index e02470bd08..09ebaef2c4 100644 --- a/src/components/entity/ha-chart-base.js +++ b/src/components/entity/ha-chart-base.js @@ -88,6 +88,7 @@ class HaChartBase extends mixinBehaviors( .chartTooltip .beforeBody { text-align: center; font-weight: 300; + word-break: break-all; } .chartLegend li { display: inline-block;