I am using TinyMCE to provide a rich text editing text editor. But the line spacing between the lines is too much. I have added a screenshot that shows the line spacing I get on
From tinyMCE 4.x you can specify this option
forced_root_block_attrs: { "style": "margin: 5px 0;" }
this will append style: margin: 5px 0; for every p tag.
style: margin: 5px 0;
p
P.S: it will not work for copy/paste content.
Refer: http://archive.tinymce.com/wiki.php/Configuration:forced_root_block_attrs