react-draft-wysiwyg
react-draft-wysiwyg copied to clipboard
Text alignments with ordered and unordered lists dont display properly
steps to reproduce:
- visit https://jpuri.github.io/react-draft-wysiwyg/
- insert some text
- click on ordered list
- click on any text alignment
current state:
- the aligned text is displayed below the number
- also when using center or text align right, the number stays on the left hand side
what to expect:
- the alignment should be displayed properly on same line and next to the text
same applies to unordered list
I'll create a PR for this one
here is my PR https://github.com/jpuri/react-draft-wysiwyg/pull/939
@jpuri Hi, any updates on this?