git-blame
git-blame copied to clipboard
Gutter is broken
Installed git-blame package and run ctrl + B
then the gutter display is broken:
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.
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 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.