Skip to content

Commit d9f985d

Browse files
committed
fix: labels
1 parent 5fc47ab commit d9f985d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

infrastructure/control-panel/src/routes/example/+page.svelte

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -177,18 +177,4 @@
177177
background-color: transparent !important;
178178
--xy-edge-label-color-default: black;
179179
}
180-
181-
:global(.svelte-flow__edge-label) {
182-
background: #d2d2d2;
183-
border-radius: 10px;
184-
padding: 5px;
185-
}
186-
187-
:global(.svelte-flow__edge-label):nth-child(3) {
188-
translate: -100px 0;
189-
}
190-
191-
:global(.svelte-flow__edge-label):nth-child(4) {
192-
translate: 0 -100px;
193-
}
194180
</style>

0 commit comments

Comments
 (0)