Home › Forums › CSS › Line becomes higher when using sup TAG › Re: Line becomes higher when using sup TAG
June 28, 2012 at 7:51 pm
#105034
Member
This should fix it:
sup {
line-height: .1;
}
Also, you don’t need to use a value for line-height (i.e. 1.2 is fine).