mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 08:17:06 +02:00
fix(editor): Fix connector line appearing above node output circle (no-changelog) (#22443)
This commit is contained in:
parent
c39a4263df
commit
3edb952aae
|
|
@ -165,7 +165,7 @@ provide(CanvasNodeHandleKey, {
|
|||
</template>
|
||||
|
||||
<style lang="scss" module>
|
||||
.handle {
|
||||
:global(.vue-flow__handle).handle {
|
||||
/* stylelint-disable-next-line @n8n/css-var-naming */
|
||||
--handle--indicator--width: calc(16px * var(--canvas-zoom-compensation-factor, 1));
|
||||
/* stylelint-disable-next-line @n8n/css-var-naming */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user