Style fixes
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
.container {
|
.container {
|
||||||
|
min-height: 150px;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
cursor: text;
|
cursor: text;
|
||||||
}
|
}
|
||||||
|
@ -25,6 +25,7 @@ type Props = {
|
|||||||
const Container = styled(CenteredContent)`
|
const Container = styled(CenteredContent)`
|
||||||
> div {
|
> div {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user