N°9807 - Polishing CKEditor for iTop 3.3.0-beta1 (#976)

This commit is contained in:
Benjamin Dalsass
2026-07-24 09:22:24 +02:00
committed by GitHub
parent 620a6b9a51
commit 9ee0548767
15 changed files with 105 additions and 91 deletions

2
node_modules/.package-lock.json generated vendored
View File

@@ -104,7 +104,7 @@
},
"node_modules/ckeditor5-itop-build": {
"version": "3.3.0",
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#21b6edc3348d3f1804e3ae8aab1567ac888a2f30",
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#8d8e90d315cd8627c85f501835b8d60bc0ee72d5",
"license": "SEE LICENSE IN LICENSE.md"
},
"node_modules/clipboard": {

View File

@@ -7525,9 +7525,14 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
margin-left: 0;
}
.ck-fullscreen__main-wrapper .ck-fullscreen__editable .ck.ck-editor__editable:not(.ck-editor__nested-editable) {
.ck-fullscreen__main-wrapper .ck-fullscreen__editable .ck.ck-editor__editable:not(.ck-editor__nested-editable),
.ck-fullscreen__main-wrapper .ck-fullscreen__editable .ck-source-editing-area{
height: 100%;
width: 100%;
max-width: 100%;
padding: 0;
}
.ck-source-editing-area textarea {
overflow: auto;
}