@@ -405,6 +405,10 @@ export default {
flex: 1;
width: 100%;
overflow: auto;
+
+ :deep img {
+ max-width: 100% !important;
+ }
}
main.preview-main {