Compare commits

...

1 Commits

Author SHA1 Message Date
Stephen Abello
5523fabdb3 N°9128 - Add padding to fullscreen CKEditor 2026-08-12 16:14:36 +02:00
6 changed files with 16 additions and 12 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1150,6 +1150,10 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
.ck-source-editing-area {
height: 180px;
textarea {
// Unset bootstrap inherit on textarea element
font: unset;
}
}
.form_field_label > .control-label[data-tooltip-instantiated="true"] {

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

@@ -71,7 +71,7 @@
},
"node_modules/ckeditor5-itop-build": {
"version": "3.3.0",
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#a3a28d5fb0ef3a516c2ad2f23392024e61a5d16f",
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#0443561b0816d860e31603e0264ebd478f00f0df",
"license": "SEE LICENSE IN LICENSE.md"
},
"node_modules/clipboard": {

View File

@@ -7530,14 +7530,14 @@ div.ck.ck-balloon-panel.ck-mention-balloon {
height: 100%;
width: 100%;
max-width: 100%;
min-height: unset;
padding: 0;
}
.ck-fullscreen__main-wrapper .ck-fullscreen__editable .ck.ck-editor__editable:not(.ck-editor__nested-editable) {
padding: 0 var(--ck-spacing-standard);
}
.ck-source-editing-area textarea {
overflow: auto;
}
.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
{
min-height: unset;
}

6
package-lock.json generated
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#a3a28d5fb0ef3a516c2ad2f23392024e61a5d16f",
"resolved": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#0443561b0816d860e31603e0264ebd478f00f0df",
"license": "SEE LICENSE IN LICENSE.md"
},
"node_modules/clipboard": {
@@ -357,8 +357,8 @@
}
},
"ckeditor5-itop-build": {
"version": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#a3a28d5fb0ef3a516c2ad2f23392024e61a5d16f",
"from": "ckeditor5-itop-build@https://github.com/Combodo/ckeditor5-itop-build.git"
"version": "git+ssh://git@github.com/Combodo/ckeditor5-itop-build.git#0443561b0816d860e31603e0264ebd478f00f0df",
"from": "ckeditor5-itop-build@github:Combodo/ckeditor5-itop-build"
},
"clipboard": {
"version": "2.0.11",