Skip to content

Commit a4b6776

Browse files
committed
fix: extra padding in editor
1 parent ee4351f commit a4b6776

File tree

1 file changed

+0
-1
lines changed
  • packages/frontend/src/components/Editor

1 file changed

+0
-1
lines changed

packages/frontend/src/components/Editor/styles.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const editorStyles = {
88
overflowX: 'hidden' as FlexProps['overflowX'],
99
justifyContent: 'center',
1010
pos: 'relative' as FlexProps['pos'],
11-
paddingX: 4,
1211
},
1312
stepHeaderContainer: {
1413
display: 'block',

0 commit comments

Comments
 (0)