mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 21:37:21 +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;
|
||||
}
|
||||
::slotted([slot="head"]) {
|
||||
margin-bottom: calc(var(--hat-graph-branch-height) / -2px);
|
||||
margin-bottom: calc(var(--hat-graph-branch-height) / -2);
|
||||
}
|
||||
#lines {
|
||||
position: absolute;
|
||||
|
Loading…
x
Reference in New Issue
Block a user