From 3c83a984fda840f0f15655593d690d1cff73a09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 29 Aug 2018 09:14:42 +0200 Subject: [PATCH] MOBILE-2567 rte: Fix RTE size on tables --- src/components/rich-text-editor/rich-text-editor.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/rich-text-editor/rich-text-editor.scss b/src/components/rich-text-editor/rich-text-editor.scss index f6bd913d1..baa715a62 100644 --- a/src/components/rich-text-editor/rich-text-editor.scss +++ b/src/components/rich-text-editor/rich-text-editor.scss @@ -5,6 +5,7 @@ core-rich-text-editor { min-height: 40vh; width: 100%; position: relative; + display: block; > div { position: absolute;