mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-30 16:26:59 +02:00
fix(editor): Fix button spacing (no-changelog) (#16953)
This commit is contained in:
parent
8a5383adcb
commit
14dd09cf3d
|
|
@ -28,6 +28,8 @@
|
|||
width 0s,
|
||||
height 0s;
|
||||
|
||||
gap: var(--spacing-3xs);
|
||||
|
||||
@include utils-user-select(none);
|
||||
|
||||
// Solution for a inside button
|
||||
|
|
@ -111,10 +113,6 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
span + span {
|
||||
margin-left: var(--spacing-3xs);
|
||||
}
|
||||
}
|
||||
|
||||
@mixin n8n-button-secondary {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user