Skip to content

Commit

Permalink
Updated scss to fix the image overflowing editor-content causing hori…
Browse files Browse the repository at this point in the history
…zontal scroll (#905)
  • Loading branch information
gaagul authored Oct 9, 2023
1 parent 7906127 commit 4670127
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/editor-content.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions src/styles/editor/_editor-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@
figure {
position: relative;
display: inline-block;
max-width: 100%;
overflow: hidden;
}

.neeto-editor__image {
Expand Down

0 comments on commit 4670127

Please sign in to comment.