git-blame icon indicating copy to clipboard operation
git-blame copied to clipboard

Gutter is broken

Open chrissupnet29 opened this issue 7 years ago • 3 comments

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

screenshot from 2017-06-22 15 56 33

chrissupnet29 avatar Jun 22 '17 07:06 chrissupnet29

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.

adamreisnz avatar Jun 26 '17 19:06 adamreisnz

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?

alexcorre avatar Jul 07 '17 05:07 alexcorre

@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.

adamreisnz avatar Jul 07 '17 05:07 adamreisnz