N°7552 - CKEditor: Include CKE styles in the backoffice theme and emails style

This commit is contained in:
Molkobain
2024-07-23 11:52:39 +02:00
parent 377e06d99a
commit 086d2f0ba4
8 changed files with 57 additions and 17 deletions

View File

@@ -103,7 +103,8 @@ $ibo-figure--spacing-y: 2em !default;
* See https://bulma.io/documentation/elements/content/
*/
.ibo-is-html-content {
@extend .content;
@extend .content; /* Bulma styles */
@extend .ck-content; /* CKEditor styles */
/* For table to render like in CKEditor, works with bulma lib. overload see:
* - ../../vendors/_bulma-variables-overload.scss)