From aa43201cbeafa7ab10f1427f8975a4e2086de2c0 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Thu, 4 Nov 2021 16:00:44 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B04408=20Do=20not=20display=20non-interpre?= =?UTF-8?q?ted=20HTML=20when=20richtext=20fields=20are=20loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/components/input/_input-richtext.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/backoffice/components/input/_input-richtext.scss b/css/backoffice/components/input/_input-richtext.scss index fa34f224d..a79ddbf5c 100644 --- a/css/backoffice/components/input/_input-richtext.scss +++ b/css/backoffice/components/input/_input-richtext.scss @@ -1,4 +1,5 @@ .ibo-input-richtext-placeholder{ height: 200px; width: 100%; + visibility: hidden; } \ No newline at end of file