Skip to content

Commit

Permalink
fix: fix broken default reporter resizer (#17214)
Browse files Browse the repository at this point in the history
Co-authored-by: Jennifer Shehane <[email protected]>
  • Loading branch information
kuceb and jennifer-shehane authored Jul 6, 2021
1 parent 770aa8d commit 7fbc617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/runner/src/app/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class App extends Component {
{this.props.children}
</div>
<Resizer
style={{ left: this.props.state.reporterWidth + this.props.state.specListWidth }}
style={{ left: this.props.state.absoluteReporterWidth + this.props.state.specListWidth }}
maxWidth={this.props.state.windowWidth}
onResizeStart={this._onReporterResizeStart}
onResize={this._onReporterResize}
Expand Down

0 comments on commit 7fbc617

Please sign in to comment.