Skip to content

Commit

Permalink
Fix grey left margin in editor (fixes #873)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Abraham <[email protected]>
  • Loading branch information
cjyabraham committed Jul 31, 2024
1 parent af32340 commit 9690def
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.editor-styles-wrapper.block-editor-writing-flow {
margin-left: 1rem;
padding-left: 1rem;
}

// Constrict content in Editor.
Expand Down

0 comments on commit 9690def

Please sign in to comment.