We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4bd3312 + 85e3c1e commit f552cacCopy full SHA for f552cac
1 file changed
addons/info/src/components/Story.js
@@ -127,9 +127,7 @@ export default class Story extends React.Component {
127
return (
128
<div>
129
{this._renderInlineHeader()}
130
- <div style={this.state.stylesheet.infoStory}>
131
- {this._renderStory()}
132
- </div>
+ {this._renderStory()}
133
<div style={this.state.stylesheet.infoPage}>
134
<div style={this.state.stylesheet.infoBody}>
135
{this._getInfoContent()}
0 commit comments