Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Line becomes higher when using sup TAG Re: Line becomes higher when using sup TAG

#105034

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).