Skip to content

Commit c5c6e75

Browse files
committed
button gap
1 parent c866d64 commit c5c6e75

File tree

1 file changed

+1
-1
lines changed
  • static/app/components/workflowEngine/layout

1 file changed

+1
-1
lines changed

static/app/components/workflowEngine/layout/edit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function Title({title, project}: {title: string; project?: AvatarProject}) {
8181
function Actions({children}: RequiredChildren) {
8282
return (
8383
<HeaderActions>
84-
<Flex>{children}</Flex>
84+
<Flex gap="sm">{children}</Flex>
8585
</HeaderActions>
8686
);
8787
}

0 commit comments

Comments
 (0)