N°5298 - Upgrade CKEditor to version 5

- set a minimum editor height (180px) in portal
This commit is contained in:
Benjamin Dalsass
2024-05-30 09:16:39 +02:00
parent 6969013439
commit 12fc7fbfd9

View File

@@ -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;
}
}