Css line spacing in edit mode

Hi,

can someone please tell me how to change the line spacing?

in preview mode it works with:

/* Better word and character spacing */
body {
  word-spacing: -0.14rem;
  letter-spacing: 0.01rem;
 line-height: 1.2;/*height of a*/
}

in editor mode i have no effect ;(

This might be the answer if it’s up to date:

If not, you might find it in one of these links:

https://forum.obsidian.md/t/getting-comfortable-with-obsidian-css

https://forum.obsidian.md/t/meta-post-common-css-hacks

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.