mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-29 04:06:35 +00:00
Allow breaking of entity ID in history tooltip into multiple lines (#7482)
This commit is contained in:
parent
ccb69dbdfa
commit
dbbd34c520
@ -88,6 +88,7 @@ class HaChartBase extends mixinBehaviors(
|
|||||||
.chartTooltip .beforeBody {
|
.chartTooltip .beforeBody {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
.chartLegend li {
|
.chartLegend li {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user