Sugarcube 2.11.0
Is there any way to reduce the height of paragraphs in passages, without changing the line-height?
If possible I would like to do this without having to resort to setting a new selector and then inserting html in the passage to refer to it for every paragraph.
I tried p + p { margin-top: 0.5em; } in the CSS but it had no effect.
Is there any way to reduce the height of paragraphs in passages, without changing the line-height?
If possible I would like to do this without having to resort to setting a new selector and then inserting html in the passage to refer to it for every paragraph.
I tried p + p { margin-top: 0.5em; } in the CSS but it had no effect.