Skip to content

Commit

Permalink
markdown block - fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattenberger committed Nov 18, 2022
1 parent f4322d2 commit 8123594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/file-blocks/markdown-edit/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,15 @@ body,
}

.cm-editor {
padding: 2em 1em 10em;
padding: 1em 2em 10em;
max-width: 70em;
min-height: 100%;
margin: 0 auto;
outline: none !important;
}

.cm-scroller {
min-height: 70vh;
}

.cm-editor div.cm-scroller {
Expand Down

0 comments on commit 8123594

Please sign in to comment.