From 34e968077d33dfec0c94ba2d0c41c839f25adb0b Mon Sep 17 00:00:00 2001 From: cyril lopez Date: Mon, 19 Mar 2018 15:35:47 +0100 Subject: [PATCH] Fix lineheight --- .../lib/src/components/Wysiwyg/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }