I have a paragraph tag that I defined elsewhere with a line height of 15px, and I have another paragraph tag further down the page where I want to make the line height around 10
I ran into the same issue, worked well with:
.element { display: block; line-height: 1.2; }