mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-03 06:02:17 +00:00
feat(core): Update to ckeditor 5. Fixes #5920.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user