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 b684b112bb..0e48d0d0d4 100644 --- a/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/styles.scss +++ b/packages/strapi-helper-plugin/lib/src/components/Wysiwyg/styles.scss @@ -23,10 +23,11 @@ .editor { min-height: 303px; - padding: 8px 10px 0 10px; + padding: 2px 10px 0 10px; font-size: 16px; margin-top: 10px; background-color: #fff; + line-height: 18px; cursor: text; }