Style fixes

This commit is contained in:
Jori Lallo
2017-07-12 23:37:46 -07:00
parent 41623b2155
commit f175d4c1d2
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
.container {
min-height: 150px;
padding-top: 50px;
cursor: text;
}

View File

@ -25,6 +25,7 @@ type Props = {
const Container = styled(CenteredContent)`
> div {
position: relative;
height: 100%;
}
`;