From c7be90e1ad5e032bd1778d73cb40d919dd4ae212 Mon Sep 17 00:00:00 2001 From: yuri Date: Tue, 29 Jan 2019 13:10:32 +0200 Subject: [PATCH] wysiwyg css fix --- frontend/less/espo/custom.less | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/less/espo/custom.less b/frontend/less/espo/custom.less index 2ac38441f0..b521a7b655 100644 --- a/frontend/less/espo/custom.less +++ b/frontend/less/espo/custom.less @@ -1565,6 +1565,14 @@ table.less-padding td.cell[data-name="buttons"] > .btn-group { top: 0; } + +.note-editor { + .note-editable { + min-height: 39px; + } +} + + .panel-body.no-padding { padding-left: 0 !important; padding-top: 0 !important;