Skip to content

Commit 519ccb9

Browse files
committed
Fix: 横幅を少し調整
1 parent a25699d commit 519ccb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/common/Editor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import React from 'react';
99
export const Editor = React.forwardRef<HTMLDivElement, ReactCodeMirrorProps>((props, ref) => {
1010
return (
1111
<WrapperStyle ref={ref}>
12-
<CodeMirror width="100%" maxWidth="1200px" height="60vh" theme={vscodeDark} {...props} />
12+
<CodeMirror width="100%" maxWidth="1800px" height="60vh" theme={vscodeDark} {...props} />
1313
</WrapperStyle>
1414
);
1515
});

0 commit comments

Comments
 (0)