Skip to content

Commit

Permalink
CodeEditor : hide print margin
Browse files Browse the repository at this point in the history
  • Loading branch information
minhducsun2002 committed Jun 3, 2019
1 parent 69f1328 commit 6cdae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/problemList/codeEditor/codeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class CodeEditor extends React.PureComponent {
width='100%'
fontSize={14}
height={editorHeight ? `${editorHeight}px` : undefined}
// set height to overwhelming large, so no problems even if screens get big
readOnly={readOnly}
showPrintMargin={false}
/>
);
}
Expand Down

0 comments on commit 6cdae34

Please sign in to comment.