I want to remove the space between two line in CKeditor. After tpying a line if I hit on enter button then its taking some exyra space between two line. How to remove it. I have highlighted the line space in the image.
CodePudding user response:
The space happens, because ckeditor starts a new paragraph when hitting the enter-key instead of starting a new line.
You can change this behavior via the configuration: https://ckeditor.com/docs/ckeditor4/latest/features/enterkey.html
CodePudding user response:
You should use line height in CK editor please check here http://ckeditor.com/addon/lineheight

