Decrease the line spacing in TinyMCE textarea

前端 未结 7 2066
时光取名叫无心
时光取名叫无心 2021-02-05 13:03

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

7条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-05 13:16

    You can force TinyMCE to output divs instead of paragraphs. Just put this line in your tinyMCE.init section:

    forced_root_block : 'div',
    

提交回复
热议问题