Go to Settings > Appearance > CSS Snippets. Then click on the folder icon where when you hover the tooltip says “Open Snippets Folder”. Create a new file in there called custom.css, and in that file add this:
.cm-contentContainer {
line-height: 1.50;
}
This will only apply line-height 1.5 to your editing content.