|
.e-richtexteditor .e-rte-content .e-content p {
margin-bottom: 0px;
}
|
Hi Aditya,Greetings from Syncfusion support,We have validated your reported query. Yes, you can remove the spaced between the line using the CSS style margin-bottom for the Rich Text Editor contents. Check the below CSS style and sample for reference.CSS style:
.e-richtexteditor .e-rte-content .e-content p {margin-bottom: 0px;}Please let us know if the solution helps,Regards,Indrajith