Skip to content

Commit 548fae3

Browse files
committed
fix: remove huge space after Authentication section
fixes #872
1 parent 4366a0d commit 548fae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/common-elements/panels.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ export const Section = styled.div.attrs(props => ({
2121
min-height: calc(100vh + 1px);
2222
}
2323
24+
& > &:last-child {
25+
min-height: initial;
26+
}
27+
2428
${media.lessThan('medium', true)`
2529
padding: 0;
2630
`}

0 commit comments

Comments
 (0)