jpuri / react-draft-wysiwyg

A Wysiwyg editor build on top of ReactJS and DraftJS. https://jpuri.github.io/react-draft-wysiwyg
MIT License
6.38k stars 1.15k forks source link

The ordered list (<ol>) is glitchy after the 9th item #1365

Open YevhenOpenup opened 1 year ago

YevhenOpenup commented 1 year ago

The ordered list (<ol>) is glitchy after the 9th item.

The fix is changing this: .public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0} To something like this: .public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px;padding:0}

in dist/react-draft-wysiwyg.css

image

YevhenOpenup commented 1 year ago

The same bug, but without the solution: https://github.com/jpuri/react-draft-wysiwyg/issues/1360