Skip to content

Commit

Permalink
Editor: Fix canvas padding in post editor
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 23, 2024
1 parent a66383d commit 054706c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ iframe[name="editor-canvas"] {
height: 100%;
display: block;
background-color: $gray-300;
box-sizing: border-box;
}


Expand Down

0 comments on commit 054706c

Please sign in to comment.