mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
N°5298 - Upgrade CKEditor to version 5
- set a minimum editor height (180px) in portal
This commit is contained in:
@@ -6011,6 +6011,10 @@ label {
|
|||||||
border-color: #dddddd;
|
border-color: #dddddd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.ck .ck-content{
|
||||||
|
min-height: 180px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Specific to the combodo theme. Not standard BS classes
|
* Specific to the combodo theme. Not standard BS classes
|
||||||
*/
|
*/
|
||||||
@@ -6129,7 +6133,7 @@ table.dataTable{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* CKEditor */
|
/* CKEditor */
|
||||||
div.cke .cke_contents{
|
div.ck .ck-content{
|
||||||
height: 180px !important;
|
height: 180px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -6152,7 +6156,7 @@ table.dataTable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* CKEditor */
|
/* CKEditor */
|
||||||
div.cke .cke_contents{
|
div.ck .ck-content{
|
||||||
height: 120px !important;
|
height: 120px !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user