Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
Merge pull request #34 from jschloer/master
Browse files Browse the repository at this point in the history
Moved the rendered component into its own div
  • Loading branch information
Muhammed Thanish committed Jul 7, 2016
2 parents 56ac381 + a21754c commit f911072
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,13 @@ export default class Story extends React.Component {
<div style={stylesheet.infoPage}>
<div style={stylesheet.infoBody} >
{ this._getInfoHeader() }
</div>
</div>
<div>
{ this._renderStory() }
</div>
<div style={stylesheet.infoPage}>
<div style={stylesheet.infoBody} >
{ this._getInfoContent() }
{ this._getSourceCode() }
{ this._getPropTables() }
Expand Down

0 comments on commit f911072

Please sign in to comment.