From ee26d8fcd870827a72e4c2929975a378c040bc3c Mon Sep 17 00:00:00 2001 From: soupette Date: Mon, 2 Apr 2018 11:34:37 +0200 Subject: [PATCH] Fix fullscreen preview --- .../lib/src/components/Wysiwyg/componentsStyles.scss | 2 +- .../strapi-helper-plugin/lib/src/components/Wysiwyg/styles.scss | 2 +- packages/strapi-helper-plugin/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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