Quote:
Originally Posted by theducks
Try leaving off the 'em'
line-height is 'unit less' . it inherits the unit from the current block line-height: 1.2%;
line-height: 2.5;
|
Nee-ope. Gave that a try Multiple iterations (just the 2.5/1.2% and 2.5/250% and 2.5/et al). Still converts to the break to a single line...
Still, thanks for the tip on em; will be sure to (dis)integrate that into my future css.