Roundcube Community Forum

 

[0.8-rc] Unused space

Started by Douks, December 24, 2012, 04:11:47 AM

Previous topic - Next topic

Douks

Hi,

I'm using 0.8-rc of Roundcube and I have some "problems" when im typing text (cf: attachments).

There's a quite big white space which can't be removed. Does anyone have any idea to remove (or reduce) this space ?

Thanks ;)
Douks

SKaero

When you hit enter it creates a new paragraph, if you want it to be in the same paragraph hold shift and hit enter.

Douks

Quote from: SKaero on December 24, 2012, 05:34:51 AM
When you hit enter it creates a new paragraph, if you want it to be in the same paragraph hold shift and hit enter.

:O Thank you very much SKaero !! Is there any way to disable this function ?

(I also have a question about the signature, can I tell it here ?)


SKaero

Its not part of the core RoundCube system its part of TinyMCE, I think you can do it by adding:

forced_root_block : false,
force_br_newlines : true,
force_p_newlines : false

To the TinyMCE config.

Douks