Allow breaking of entity ID in history tooltip into multiple lines (#7482)

This commit is contained in:
Philip Allgaier 2020-10-27 11:14:47 +01:00 committed by GitHub
parent ccb69dbdfa
commit dbbd34c520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;