mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°7552 - Fix CKEditor tables being impossible to resize
This commit is contained in:
4
css/backoffice/vendors/_ckeditor.scss
vendored
4
css/backoffice/vendors/_ckeditor.scss
vendored
@@ -58,6 +58,10 @@ $ibo-vendors-ckeditor--ck-color-image-caption-text: $ibo-color-grey-900 !default
|
|||||||
|
|
||||||
.ck.ck-content {
|
.ck.ck-content {
|
||||||
color: $ibo-vendors-ckeditor--ck-content--text-color;
|
color: $ibo-vendors-ckeditor--ck-content--text-color;
|
||||||
|
/* Needed to let table grow inside their resizer as `.ibo-is-html-content table` rule unset ckeditor default 100% width */
|
||||||
|
.table table {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.ck-editor__editable_inline:not(.ck-comment__input *) {
|
.ck-editor__editable_inline:not(.ck-comment__input *) {
|
||||||
|
|||||||
Reference in New Issue
Block a user