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;