Left indent and hanging indent of paragraph in a list are changed when the document is exported to HTML and then imported. Steps to reproduce: - Add text. - Apply list over the text. - Export the document to HTML - Import the exported HTML Expected: The paragraph in the list preserves its left indent (18 px) and hanging indent (18 px). Actual: The paragraph in the list is with left indent 18 px and hanging indent 0 px.
Hi Deepak, Can you please share more details about the approach you have found? What are the changes you made?
Thanks Team, With the help of your hint, I see that any other developer hard code value left indent : 48px in code, i remove it and its working fine.