Roundcube Community Forum

 

Line spacing is to big in email editor

Started by sergiocarvalho, May 10, 2013, 02:00:55 PM

Previous topic - Next topic

sergiocarvalho

Whenever I start building an email and hit enter to create a paragraph, the space between the lines is to big.
How can I decrease or remove the line spacing from emails I build?

Thank you,
Sergio Carvalho


sergiocarvalho

Thank you very much Yoni! That's exactly what I was looking for.

Kind regards,
Sergio Carvalho

johnwayne

in roundcube 1.1.0 in program/js/tinymce/skins/lightgray/content.min.css before the first entry of td,th{} enter "p{padding:0;margin:0}" without the quotemarks.

JohnMaster

I'm currently using 1.2.3. Is there a way to edit the default behaviour similar to what johnwayne purposed in 1.1.0?

JohnDoh

Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

JohnMaster


JohnMaster

#7
Unfortunately, I didn't confirm it working and moved on to other issues. Apparently, forced_root_block doesn't work any more.

'forced_root_block: false' deprecated.
https://github.com/tinymce/tinymce/issues/2634

EDIT: Bounty added. https://www.bountysource.com/issues/29934196-is-forced_root_block-false-deprecated

manwithahammer

This actually works, but you have to add "forced_root_block: false" to the minified version of the editor, editor.min.js. Search for anchor_top, and add it right after that.