fix(svelte) edge labels default font-size is 10px

This commit is contained in:
Peter
2023-10-05 14:44:56 +02:00
parent e46c3cddaa
commit 10a14a2af4

View File

@@ -5,4 +5,5 @@
.svelte-flow__edge-label {
text-align: center;
position: absolute;
font-size: 10px;
}