mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-18 06:46:35 +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;
|
margin: 5px 0 0 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.chartTooltip ul {
|
||||||
|
margin: 0 3px;
|
||||||
|
}
|
||||||
.chartTooltip li {
|
.chartTooltip li {
|
||||||
display: block;
|
display: block;
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
.chartTooltip li::first-line {
|
||||||
|
line-height: 0;
|
||||||
|
}
|
||||||
.chartTooltip .title {
|
.chartTooltip .title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user