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
The built-in skins don't seem to work well with other box models.
This seems to fix it for me: