fix(controls): set full width on control btn svgs

This commit is contained in:
braks
2024-01-29 17:31:50 +01:00
committed by Braks
parent 1caaf364e7
commit ccaae216f8

View File

@@ -18,9 +18,9 @@
}
.vue-flow__controls-button svg {
width: 100%;
max-width: 12px;
max-height: 12px;
overflow: visible;
}
.vue-flow__controls-button:hover {