Skip to content

Commit fc83852

Browse files
committed
fix: CSS prop names
1 parent ba64cb7 commit fc83852

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/features/workspace/CMCodeEditor/LazyCodeEditorContainer.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const styles = {
77
flex: '1 1 0%',
88
overflow: 'hidden',
99
display: 'flex',
10-
'align-items': 'center',
11-
'justify-content': 'center',
10+
alignitems: 'center',
11+
justifyContent: 'center',
1212
}
1313

1414
const CodeEditorContainer = React.lazy(() => import('./CodeEditorContainer'))

0 commit comments

Comments
 (0)