Style not applied
π Provide detailed reproduction steps (if any)
- β¦style not applied
βοΈ Expected result
What is the expected result of the above steps?
β Actual result
What is the actual result of the above steps?
β Possible solution
If you have ideas, you can list them here. Otherwise, you can delete this section.
π Other details
- Browser: β¦ Chrome
- OS: β¦
- First affected CKEditor version: β¦ 5
- Installed CKEditor plugins: β¦
If you'd like to see this fixed sooner, add a π reaction to this post.
It looks like you are missing editor stylesheets. Depending on the installation method, you must either:
- add
import 'ckeditor5/ckeditor5.css';in JavaScript if you installedckeditor5from npm - or add
<link rel="stylesheet" href="https://cdn.ckeditor.com/ckeditor5/42.0.0/ckeditor5.css" />if you use our CDN.
From the screenshot above it looks like you used our Builder. Please follow the steps in the Installation tab carefully, as it should be explained there for the installation method you have chosen.
If it still doesn't work, please share your code.
The issue lacks the feedback we asked for two weeks. Hence, we've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).