Setting up line-height via TinyMCE

configuration, css, tinymce

Solution

As per my comment,

Someone else was experiencing an issue similar to yours and a member of the TinyMCE forums provided a solution:

http://www.tinymce.com/forum/viewtopic.php?id=28774

Problem

Is there a way to give user possibility to easily changing line-height attribute of paragraph in tinyMCE editor? Something like its native "Font size" or "Format" `<select>` or anything else. I know I can use "edit CSS" functionality and set it up there. I'm looking for something more user-friendly. I can't find it anywhere.

Original source