Skip to content

Commit

Permalink
fix sidebar - content float issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pahans committed Mar 21, 2016
1 parent 486df0c commit 658bd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Area = ({main, error}) => (
onPaper={loadPaper}
onBlock={loadBlock}/>
</div>
<div style={{float: 'left'}}>
<div style={{marginLeft: '250px'}}>
{error? <ReadBox error={error}/> : main}
</div>
</div>
Expand Down

0 comments on commit 658bd0a

Please sign in to comment.