Increase padding at the bottom of the editable area

This commit is contained in:
Tom Moor
2018-03-25 15:56:17 -07:00
parent 5ad0e79a7e
commit fcd8f07a2a

View File

@@ -12,7 +12,7 @@ const ClickablePadding = (props: Props) => {
};
const Container = styled.div`
min-height: 150px;
min-height: 50vh;
padding-top: 50px;
cursor: ${({ onClick }) => (onClick ? 'text' : 'default')};