Skip to content

Commit

Permalink
increase gap
Browse files Browse the repository at this point in the history
  • Loading branch information
liady committed Nov 1, 2024
1 parent 1f1f253 commit 1d452b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions editor/src/components/editor/import-wizard/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function OperationChildrenList({ operation }: { operation: ImportOperation }) {
style={{
display: 'flex',
flexDirection: 'column',
gap: 10,
gap: 15,
}}
>
{operation.type === 'refreshDependencies' ? (
Expand Down Expand Up @@ -207,7 +207,7 @@ function OperationLineWrapper({
style={{
display: 'flex',
flexDirection: 'column',
gap: 10,
gap: 15,
}}
css={{
'.import-wizard-operation-children > &': {
Expand Down

0 comments on commit 1d452b2

Please sign in to comment.