Skip to content

Commit

Permalink
Merge pull request #1 from kadirahq/fix-sidebar-float-issue
Browse files Browse the repository at this point in the history
fix sidebar - content float issue
  • Loading branch information
arunoda committed Mar 21, 2016
2 parents 486df0c + 658bd0a commit d9f1e64
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 d9f1e64

Please sign in to comment.