We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba64cb7 commit fc83852Copy full SHA for fc83852
web/src/components/features/workspace/CMCodeEditor/LazyCodeEditorContainer.tsx
@@ -7,8 +7,8 @@ const styles = {
7
flex: '1 1 0%',
8
overflow: 'hidden',
9
display: 'flex',
10
- 'align-items': 'center',
11
- 'justify-content': 'center',
+ alignitems: 'center',
+ justifyContent: 'center',
12
}
13
14
const CodeEditorContainer = React.lazy(() => import('./CodeEditorContainer'))
0 commit comments