Skip to content

Commit

Permalink
style: add padding in the last page
Browse files Browse the repository at this point in the history
  • Loading branch information
rafgugi committed Jul 6, 2023
1 parent e760601 commit 4d8973d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ function App(props: AppProps) {
treeMap,
}}
>
<Container fluid="sm">
<Form className="d-print-none">
<Container className="d-print-none" fluid="sm">
<Form>
<FormGroup switch>
<Input
type="switch"
Expand Down Expand Up @@ -117,9 +117,12 @@ function App(props: AppProps) {
</Button>
</FormGroup>
</Form>
</Container>

<Container className="pb-3" fluid="sm">
<Family trees={trees} />
</Container>

<ModalAddChild
isOpen={showModalChild}
toggle={toggleModalChild}
Expand Down

0 comments on commit 4d8973d

Please sign in to comment.