#Editor spacing issue

1 messages · Page 1 of 1 (latest)

low birch
#

How can I decrease the space between these two lines?

cloud crescent
#

Probably by customizing the CSS of the p elements inside the editor. Something like

.tui-editor-socket p {
  margin: .5rem 0
}```