Skip to content

Commit 54aee4e

Browse files
committed
style(src): adjust sizing - I80
Signed-off-by: irmerk <jolenelanglinais@gmail.com>
1 parent fb5dcd9 commit 54aee4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/SlateAsInputEditor/index.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,15 @@ const EditorWrapper = styled.div`
3535
background: #fff;
3636
min-height: 750px;
3737
max-width: ${props => props.width || 'none'};
38+
min-width: ${props => props.width || 'none'};
3839
border: 1px solid #979797;
3940
border-radius: 10px;
4041
margin: 50px auto;
41-
padding: 25px;
42+
padding: 15px;
4243
font-family: serif;
4344
font-style: normal;
4445
font-weight: normal;
45-
font-size: medium;
46+
font-size: 0.88em;
4647
line-height: 100%;
4748
word-spacing: normal;
4849
letter-spacing: normal;

0 commit comments

Comments
 (0)