fix(editor): Fix button spacing (no-changelog) (#16953)

This commit is contained in:
Milorad FIlipović
2025-07-03 11:01:15 +02:00
committed by GitHub
parent 8a5383adcb
commit 14dd09cf3d

View File

@@ -28,6 +28,8 @@
width 0s, width 0s,
height 0s; height 0s;
gap: var(--spacing-3xs);
@include utils-user-select(none); @include utils-user-select(none);
// Solution for a inside button // Solution for a inside button
@@ -111,10 +113,6 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
span + span {
margin-left: var(--spacing-3xs);
}
} }
@mixin n8n-button-secondary { @mixin n8n-button-secondary {