Description
When a <ul> with list-style-position:inside is passed as a value in the Editor, it is not displayed as expected.
Steps To Reproduce
- Open the following StackBlitz example - https://stackblitz.com/edit/angular-qd2qzhfk
- Observe the rendering of the list in the Editor.
Screenshots or video
Actual Behavior
The list does not render correctly in the Editor.
Expected Behavior
List with list-style-position:inside styling should be rendered as expected in the Editor.