Skip to content

Commit

Permalink
Removing non required padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldleufer committed Jun 14, 2021
1 parent 7b3c177 commit 72004c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/details/DetailsComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class DetailsComponent extends Component {

if (!this.state.loadComparePage) {
return (
<Container id='capture' fluid={true} style={{ padding: 'auto' }}>
<Container id='capture' fluid>
<Row style={{ padding: 0 }}>
<Col>
<ScenarioComponent
Expand Down

0 comments on commit 72004c5

Please sign in to comment.