We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5dcd9 commit 54aee4eCopy full SHA for 54aee4e
src/SlateAsInputEditor/index.js
@@ -35,14 +35,15 @@ const EditorWrapper = styled.div`
35
background: #fff;
36
min-height: 750px;
37
max-width: ${props => props.width || 'none'};
38
+ min-width: ${props => props.width || 'none'};
39
border: 1px solid #979797;
40
border-radius: 10px;
41
margin: 50px auto;
- padding: 25px;
42
+ padding: 15px;
43
font-family: serif;
44
font-style: normal;
45
font-weight: normal;
- font-size: medium;
46
+ font-size: 0.88em;
47
line-height: 100%;
48
word-spacing: normal;
49
letter-spacing: normal;
0 commit comments