mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-16 22:06:34 +00:00
Fix charts tooltip (#7216)
This commit is contained in:
parent
d3ad56a307
commit
557d6d37a1
@ -71,10 +71,16 @@ class HaChartBase extends mixinBehaviors(
|
||||
margin: 5px 0 0 0;
|
||||
width: 100%;
|
||||
}
|
||||
.chartTooltip ul {
|
||||
margin: 0 3px;
|
||||
}
|
||||
.chartTooltip li {
|
||||
display: block;
|
||||
white-space: pre-line;
|
||||
}
|
||||
.chartTooltip li::first-line {
|
||||
line-height: 0;
|
||||
}
|
||||
.chartTooltip .title {
|
||||
text-align: center;
|
||||
font-weight: 500;
|
||||
|
Loading…
x
Reference in New Issue
Block a user