fix(editor): Update workflow buttons spacings (#4534)

This commit is contained in:
Csaba Tuncsik
2022-11-07 12:56:19 +01:00
committed by GitHub
parent f6b85f4a69
commit 88baaa0eb1

View File

@@ -3383,6 +3383,11 @@ export default mixins(
display: flex;
justify-content: center;
align-items: center;
margin-left: 0.625rem;
&:first-child {
margin: 0;
}
}
}