Skip to content

Commit

Permalink
fix: remove excessive padding around upload box
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Feb 12, 2021
1 parent 460464d commit 34e7bce
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ export function MainSectionHeroControlsDisconnected({
}

return (
<Container fluid>
<Row>
<Container fluid className="p-0">
<Row noGutters>
<Col>
<FilePickerSimple
canCollapse={false}
Expand All @@ -110,7 +110,7 @@ export function MainSectionHeroControlsDisconnected({
</Col>
</Row>

<Row>
<Row noGutters>
<Col>
<Button color="link" onClick={loadDefaultData}>
<small>{t('Show me an Example')}</small>
Expand Down

0 comments on commit 34e7bce

Please sign in to comment.