In the Admin the template output from rich text fields are affected by the bootstrap styling.
The problem comes from bootstrap styling applying a margin-bottom: 1rem to the p element of the Rich Text output in the Live Preview.
A possible solution could be for templates to explicitly setting the margin-bottom of p elements in the rich text output.
A better solution could be to ensure the template is not affected by the styling from other parts of the page.