Fix(css): react-layout and editor area

This commit is contained in:
Mrugesh Mohapatra
2016-07-30 01:04:40 +05:30
parent 421622dfc4
commit 3d8ec49520
8 changed files with 95 additions and 69 deletions

View File

@@ -86,13 +86,13 @@ export class Challenge extends PureComponent {
return (
<div>
<Col
lg={ 3 }
lg={ showPreview ? 3 : 4 }
md={ showPreview ? 3 : 4 }
>
<SidePanel />
</Col>
<Col
lg={ showPreview ? 6 : 9 }
lg={ showPreview ? 6 : 8 }
md={ showPreview ? 5 : 8 }
>
<Editor