I am using Ckeditor
in my React
project
When I enter the text and use numbered List
in the input box, there are 2 unexpected problems below:
How to solve it?
CodeSandbox:
https://codesandbox.io/s/async-currying-k77fu?file=/src/App.js
It seems the numbers in the editor are out of box because of your *{padding:0}
, it also puts the numbers out of your div below.
You might remove it, or add padding to ol
element to fix this.