What I’m trying to do
I understand that when composing on a single line, it will eventually wrap if you write enough characters. I am not concerned with the spacing between the wrapped content in this context.
However, when I eventually press Return one time and begin composing text on the very next line, I would like to figure out how to use a CSS snippet to target and adjust this spacing. That is, I want to adjust the line spacing between lines of a paragraph. Any suggestions would be greatly appreciated.
Things I have tried
I have tried various CSS snippets from other threads and browsed the GitHub CSS repository, but have had no luck. I was able to figure out how to use CSS to adjust the spacing between the wrapped text of a single line.
Thanks!