Skip to content

Commit df6bb8a

Browse files
committed
chore(style): padding edit
Signed-off-by: irmerk <jolenelanglinais@gmail.com>
1 parent 06fd703 commit df6bb8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@
100100
"slate-react": "^0.22.4",
101101
"style-loader": "^0.23.1"
102102
}
103-
}
103+
}

src/SlateAsInputEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const EditorWrapper = styled.div`
3939
border: 1px solid #979797;
4040
border-radius: 10px;
4141
margin: 50px auto;
42-
padding: 15px;
42+
padding: 20px;
4343
font-family: serif;
4444
font-style: normal;
4545
font-weight: normal;

0 commit comments

Comments
 (0)