From 66cc892794cefaf6829b784b171cf9961f8ab3c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Thu, 18 Jul 2019 16:49:20 +0200 Subject: [PATCH] MOBILE-3053 rte: Fix toolbar styles in iOS --- src/components/rich-text-editor/rich-text-editor.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/rich-text-editor/rich-text-editor.scss b/src/components/rich-text-editor/rich-text-editor.scss index 0cf3a5960..9460297fd 100644 --- a/src/components/rich-text-editor/rich-text-editor.scss +++ b/src/components/rich-text-editor/rich-text-editor.scss @@ -80,6 +80,8 @@ ion-app.app-root core-rich-text-editor { align-items: center; width: 36px; height: 36px; + padding-right: 6px; + padding-left: 6px; margin: 0 auto; font-size: 18px; background-color: $white;