Skip to content

Commit

Permalink
restructring the details baseline scenario page
Browse files Browse the repository at this point in the history
regarding the #78
Canvas page margin adjustified
  • Loading branch information
IremToroslu committed Jun 6, 2021
1 parent 05d6559 commit 1d0c686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/details/DetailsComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DetailsComponent extends Component {
if (!this.state.compareCanvas) {
return (
<Container fluid={true} style={{ padding: 0 }}>
<Row>
<Row style={{ padding: 0 }}>
<Col>
<ScenarioComponent
loadComparePage={this.state.compareCanvas}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/details/ScenarioComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ScenarioComponent extends Component {
console.log(this.props);

return (
<Container fluid={true} style={{ backgroundColor: 'white', padding: 0}} >
<Container fluid={true} style={{ backgroundColor: 'white',paddingRight:0,paddingLeft:0}} >
<NavbarComponent
loadComparePage={this.props.compareCanvas}
onCompareClick={this.props.onCompareClick}
Expand Down

0 comments on commit 1d0c686

Please sign in to comment.