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