feat(core): Update to ckeditor 5. Fixes #5920.

This commit is contained in:
smizrahi
2024-02-27 14:29:59 +01:00
parent b8a6d576e1
commit e92fb8f52d
198 changed files with 754 additions and 5677 deletions
@@ -1,14 +1,21 @@
/// PreferencesUI.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
.text-preview {
white-space: pre-wrap;
word-wrap: break-word;
}
[ui-view="signature"] {
.text-preview {
white-space: pre-wrap;
word-wrap: break-word;
}
.sub-information {
margin-bottom: 14px;
text-align: left;
font-size: 12px;
line-height: 14px;
font-weight: 600;
.sub-information {
margin-bottom: 14px;
text-align: left;
font-size: 12px;
line-height: 14px;
font-weight: 600;
}
// CKEditor
.ck-editor__editable {
min-height: 70px;
}
}