codex-team / editor.js

A block-style editor with clean JSON output
https://editorjs.io
Apache License 2.0
28.24k stars 2.06k forks source link

line height in editor.js #2461

Open MussaratAziz opened 1 year ago

MussaratAziz commented 1 year ago

is there any line height plugin for editor.js?

boy-scripter commented 3 weeks ago

Have You tried this ?

.ce-paragraph { line-height: 20px; padding: 0px; }

adjust line height according to you