Format CodeEditor.js with prettier.

This commit is contained in:
Fernando Poumián
2017-10-07 12:31:47 -06:00
parent 27994d5fa0
commit 4e0ab5622c

View File

@@ -134,7 +134,7 @@ class CodeEditor extends Component {
'& pre.prism-code[contenteditable]': {
maxHeight: '280px !important',
outline: 0,
overflow : 'auto',
overflow: 'auto',
marginRight: '0 !important',
marginBottom: '0 !important',
},