Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rely on the font size for rounding bug workaround #224

Merged
merged 1 commit into from
Apr 25, 2015
Merged

Rely on the font size for rounding bug workaround #224

merged 1 commit into from
Apr 25, 2015

Conversation

liZe
Copy link
Member

@liZe liZe commented Nov 1, 2014

Only relying on the line length is awful in real-life test cases when the font size is big and the line short (ex. titles), causing the last word of some lines to disappear.

This new workaround gives an 0.2em extra space for latest characters (instead of line-height/10000).

Only relying on the line length is awful in real-life test cases when the
font size is big and the line short (ex. titles), causing the last word
of some lines to disappear.

This new workaround gives an 0.2em extra space for latest characters
(instead of line-height/10000).
liZe added a commit that referenced this pull request Apr 25, 2015
Rely on the font size for rounding bug workaround
@liZe liZe merged commit 4816788 into Kozea:master Apr 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant