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
You can force TinyMCE to output divs instead of paragraphs. Just put this line in your tinyMCE.init section:
forced_root_block : 'div',