Fix hat-graph-margin (#9898)

This commit is contained in:
Bram Kragten 2021-08-28 13:12:02 +02:00 committed by GitHub
parent 2fae0d2d95
commit 7c952d92bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;