mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Fix button spacing (no-changelog) (#16953)
This commit is contained in:
committed by
GitHub
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 {
|
||||
|
||||
Reference in New Issue
Block a user