From 77e2f0aaea8106f373b38f63b890a6c1c32ff065 Mon Sep 17 00:00:00 2001 From: Alexandre Lagane Date: Thu, 10 Feb 2022 15:42:43 +0100 Subject: [PATCH] Hide bar on composer with summernote 0.8.18 Related to #522 --- .../composer/body-editor/html/composer-body-editor-html.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linagora.esn.unifiedinbox/app/components/composer/body-editor/html/composer-body-editor-html.less b/src/linagora.esn.unifiedinbox/app/components/composer/body-editor/html/composer-body-editor-html.less index 78a9e618..5a08333c 100644 --- a/src/linagora.esn.unifiedinbox/app/components/composer/body-editor/html/composer-body-editor-html.less +++ b/src/linagora.esn.unifiedinbox/app/components/composer/body-editor/html/composer-body-editor-html.less @@ -114,7 +114,7 @@ inbox-composer-body-editor-html.esn-summernote { } } - .note-resizebar { + .note-status-ouput, .note-statusbar { display: none; }