Skip to content

Instantly share code, notes, and snippets.

@lee-dohm
Created January 7, 2017 01:38
Show Gist options
  • Save lee-dohm/9b56721f9cc2f2966845320b161e577e to your computer and use it in GitHub Desktop.
Save lee-dohm/9b56721f9cc2f2966845320b161e577e to your computer and use it in GitHub Desktop.
Atom Style Tweak - "Fixed" width gutter
// Make the line number portion of the gutter a larger minimum width so that the gutter doesn't
// grow and shrink on tiny files
atom-text-editor::shadow .gutter .line-number {
min-width: 100px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment