Fix overflowing WYSIWYG editor images

This commit is contained in:
Matt Baer 2021-03-19 16:59:01 -04:00
parent 4cf9500704
commit a6a4bd38c1
1 changed files with 1 additions and 0 deletions

View File

@ -299,6 +299,7 @@ li.ProseMirror-selectednode:after {
.ProseMirror-example-setup-style img {
cursor: default;
max-width: 100%;
}
.ProseMirror-prompt {