We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25699d commit 519ccb9Copy full SHA for 519ccb9
1 file changed
src/components/common/Editor.tsx
@@ -9,7 +9,7 @@ import React from 'react';
9
export const Editor = React.forwardRef<HTMLDivElement, ReactCodeMirrorProps>((props, ref) => {
10
return (
11
<WrapperStyle ref={ref}>
12
- <CodeMirror width="100%" maxWidth="1200px" height="60vh" theme={vscodeDark} {...props} />
+ <CodeMirror width="100%" maxWidth="1800px" height="60vh" theme={vscodeDark} {...props} />
13
</WrapperStyle>
14
);
15
});
0 commit comments