Skip to content

Instantly share code, notes, and snippets.

@artemsites
Last active February 27, 2024 13:53
Show Gist options
  • Save artemsites/f78fd3abf5eea2fda3b0e42e76a48c33 to your computer and use it in GitHub Desktop.
Save artemsites/f78fd3abf5eea2fda3b0e42e76a48c33 to your computer and use it in GitHub Desktop.

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment