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

Gutter is broken #195

Open
chrissupnet29 opened this issue Jun 22, 2017 · 3 comments
Open

Gutter is broken #195

chrissupnet29 opened this issue Jun 22, 2017 · 3 comments

Comments

@chrissupnet29
Copy link

chrissupnet29 commented Jun 22, 2017

Installed git-blame package and run ctrl + B then the gutter display is broken:

screenshot from 2017-06-22 15 56 33

@adamreisnz
Copy link

atom-text-editor .gutter[gutter-name="com.alexcorre.git-blame"] {
  width: 350px;
}

This style fixes it for me. The width that it gets originally (210px) is not wide enough to display names, it only shows the first two letters.

@alexcorre
Copy link
Owner

hi @adamreisnz you should be able to click and drag the gutter to make it larger. The width you drag it to should be remembered the next time you show the gutter.

Do you see the resize cursor when mousing over the right side of the gutter?

@adamreisnz
Copy link

@alexcorre that is naturally the first thing I tried, but to no avail.
Resize cursor doesn't show up and I can't resize it.

Might have to do with the new panels UI in the latest Atom dev versions.

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

3 participants