Organising The Bible in Obsidian

I have a solution for the reading view (works for Minimal Theme). That removes the space after each verse.

body {
  /* Spacing */
  --spacing-p: 0em !important;
}

I would love to see a snippet, that works also for the editor mode.