diff --git a/assets/css/editor_content.css b/assets/css/editor_content.css index 980ea2fe4e5..a1f2b4aa49d 100644 --- a/assets/css/editor_content.css +++ b/assets/css/editor_content.css @@ -4,9 +4,11 @@ Stylesheet for HTML blocks created with CKEditor to embed in Chamilo pages. /* Reset styles */ .tiny-content { - all: initial; display: block; width: 100%; + font-family: inherit; + font-size: inherit; + color: inherit; } .tiny-content * {