diff --git a/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/componentsStyles.scss b/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/componentsStyles.scss index 3025bcf564..48cdb785c2 100644 --- a/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/componentsStyles.scss +++ b/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/componentsStyles.scss @@ -115,7 +115,7 @@ h1+.editorParagraph{ } .editorFullScreen { - max-height: calc(100% - 100px) !important; + max-height: calc(100% - 70px) !important; margin-bottom: 0; overflow: auto; } diff --git a/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/styles.scss b/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/styles.scss index 322251734d..6d728e1bd7 100644 --- a/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/styles.scss +++ b/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/styles.scss @@ -115,7 +115,7 @@ } .editorFullScreen { - max-height: calc(100% - 100px) !important; + max-height: calc(100% - 70px) !important; margin-bottom: 0; overflow: auto; } diff --git a/packages/strapi-helper-plugin/package.json b/packages/strapi-helper-plugin/package.json index a30958b26a..dd6cd564af 100755 --- a/packages/strapi-helper-plugin/package.json +++ b/packages/strapi-helper-plugin/package.json @@ -113,4 +113,4 @@ "webpack-hot-middleware": "^2.18.2", "whatwg-fetch": "^2.0.3" } -} +} \ No newline at end of file