mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix Workflow Card spacing (no-changelog) (#18323)
This commit is contained in:
committed by
GitHub
parent
2b992588dd
commit
a94acbd828
@@ -565,6 +565,7 @@ const tags = computed(
|
|||||||
|
|
||||||
.cardActions {
|
.cardActions {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
gap: var(--spacing-2xs);
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user