Browse Source

Fixes #44 : Update CodeEditor to display the complete content

main
Akshat Garg 7 years ago
parent
commit
521f334e6f
  1. 3
      src/components/CodeEditor/CodeEditor.js

3
src/components/CodeEditor/CodeEditor.js

@ -131,6 +131,9 @@ class CodeEditor extends Component {
'& pre.prism-code[contenteditable]': {
maxHeight: '280px !important',
outline: 0,
overflow : 'auto',
marginRight: '0 !important',
marginBottom: '0 !important',
},
}}
className="gatsby-highlight">

Loading…
Cancel
Save