Small padding increase to SquiggleEditor Input
This commit is contained in:
parent
7d086a9cde
commit
2d12e6b3ef
|
@ -30,7 +30,7 @@ export interface SquiggleEditorProps {
|
||||||
|
|
||||||
const Input = styled.div`
|
const Input = styled.div`
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
padding: 0.1em 0.1em;
|
padding: 0.3em 0.3em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user