mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Apply ckeditor into: * activity; * task; * document; * accompanying periods
8 lines
129 B
SCSS
8 lines
129 B
SCSS
// set min height for ckeditor
|
|
.ck-editor__editable {
|
|
min-height: 150px;
|
|
}
|
|
|
|
.ck-editor.ck-reset {
|
|
margin-bottom: 1.5em;
|
|
} |