Merge pull request #22607 from appsembler/omar-matej/fix-image-ratio-studio

fix uploaded image aspect ratio in tinymce
This commit is contained in:
David Ormsbee
2019-12-26 12:33:27 -05:00
committed by GitHub

View File

@@ -109,6 +109,7 @@
.mce-content-body img {
max-width: 100%;
height: auto;
}
.mce-content-body pre {