mirror of
https://github.com/home-assistant/frontend.git
synced 2025-05-01 16:57:19 +00:00
Fix hat-graph-margin (#9898)
This commit is contained in:
parent
2fae0d2d95
commit
7c952d92bf
@ -153,7 +153,7 @@ export class HatGraphBranch extends LitElement {
|
|||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
::slotted([slot="head"]) {
|
::slotted([slot="head"]) {
|
||||||
margin-bottom: calc(var(--hat-graph-branch-height) / -2px);
|
margin-bottom: calc(var(--hat-graph-branch-height) / -2);
|
||||||
}
|
}
|
||||||
#lines {
|
#lines {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user