We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a line has a warning, info, or error, it "bumps" the number over a few pixels.
From what I can tell, its because the font-size is set to 1.1em, although setting a fixed-width for the gutter icons solves this issue, like so:
.line-number .icon-right { width: 10px; }
Might be due to breaking changes in atom?
The text was updated successfully, but these errors were encountered:
For me, it doesn't move the line numbers to the left, but instead moves them about 1 pixel down. Could be an unrelated issue.
Sorry, something went wrong.
No branches or pull requests
When a line has a warning, info, or error, it "bumps" the number over a few pixels.
From what I can tell, its because the font-size is set to 1.1em, although setting a fixed-width for the gutter icons solves this issue, like so:
Might be due to breaking changes in atom?
The text was updated successfully, but these errors were encountered: