From 12fc7fbfd98afde905b15f6f0f815bb2c31ac2a8 Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass <95754414+bdalsass@users.noreply.github.com> Date: Thu, 30 May 2024 09:16:39 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05298=20-=20Upgrade=20CKEditor=20to=20ver?= =?UTF-8?q?sion=205=20-=20set=20a=20minimum=20editor=20height=20(180px)=20?= =?UTF-8?q?in=20portal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../portal/public/css/bootstrap-theme-combodo.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/datamodels/2.x/itop-portal-base/portal/public/css/bootstrap-theme-combodo.scss b/datamodels/2.x/itop-portal-base/portal/public/css/bootstrap-theme-combodo.scss index 5a0d17e665..22d651d28f 100644 --- a/datamodels/2.x/itop-portal-base/portal/public/css/bootstrap-theme-combodo.scss +++ b/datamodels/2.x/itop-portal-base/portal/public/css/bootstrap-theme-combodo.scss @@ -6011,6 +6011,10 @@ label { border-color: #dddddd; } +div.ck .ck-content{ + min-height: 180px; +} + /* * Specific to the combodo theme. Not standard BS classes */ @@ -6129,7 +6133,7 @@ table.dataTable{ } } /* CKEditor */ - div.cke .cke_contents{ + div.ck .ck-content{ height: 180px !important; } } @@ -6152,7 +6156,7 @@ table.dataTable{ } /* CKEditor */ - div.cke .cke_contents{ + div.ck .ck-content{ height: 120px !important; } }