Hello,
i have in my css:
I can't remove nor change it.
CKEditor looks very bad because of that CSS.
Is there any way to isolate CKEditor from my site's CSS?
i have in my css:
<style>
* {
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
</style>I can't remove nor change it.
CKEditor looks very bad because of that CSS.
Is there any way to isolate CKEditor from my site's CSS?

Re: global css
.cke_skin_kama *, .cke_skin_office2003 *, .cke_skin_v2 * { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }