Skip to content

Commit f552cac

Browse files
authored
Merge pull request #1651 from duncanbeevers/addon-info-style-story
Remove double styling for inline stories
2 parents 4bd3312 + 85e3c1e commit f552cac

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

addons/info/src/components/Story.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,7 @@ export default class Story extends React.Component {
127127
return (
128128
<div>
129129
{this._renderInlineHeader()}
130-
<div style={this.state.stylesheet.infoStory}>
131-
{this._renderStory()}
132-
</div>
130+
{this._renderStory()}
133131
<div style={this.state.stylesheet.infoPage}>
134132
<div style={this.state.stylesheet.infoBody}>
135133
{this._getInfoContent()}

0 commit comments

Comments
 (0)