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

Causes "bumpy" gutters #410

Closed
paradox460 opened this issue Feb 3, 2015 · 1 comment
Closed

Causes "bumpy" gutters #410

paradox460 opened this issue Feb 3, 2015 · 1 comment

Comments

@paradox460
Copy link

When a line has a warning, info, or error, it "bumps" the number over a few pixels.

image

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?

@kankaristo
Copy link

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.

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

No branches or pull requests

4 participants