How to set an empty paragraph element <p> to the height of the font size?
If a paragraph element is empty it has no height. How to set the minimum height to the text height (font-size)?
I know you can add   to the element, but I want to set it purely by CSS