mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-13 01:08:19 +02:00
Compare commits
1 Commits
feature/98
...
issue/9128
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5523fabdb3 |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -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
2
node_modules/.package-lock.json
generated
vendored
@@ -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": {
|
||||
|
||||
10
node_modules/ckeditor5-itop-build/build/styles/compiled-theme.scss
generated
vendored
10
node_modules/ckeditor5-itop-build/build/styles/compiled-theme.scss
generated
vendored
@@ -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
6
package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user