fix a bug (feature) in chromium, firefox and webkit when stretching (compressing) the layout to mobile devices and inheriting line-height
исправление ошибка (особенность) chromium, firefox и webkit при растяжении (сжатии) макета к мобильным устройствам и наследовании line-height
BAD: line-height: 125%;
GOOD: line-height: 1.25;