Skip to content

Instantly share code, notes, and snippets.

@dmerand
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmerand/fbc93057ade43e2165d7 to your computer and use it in GitHub Desktop.
Save dmerand/fbc93057ade43e2165d7 to your computer and use it in GitHub Desktop.
Stylesheet Changes to Atom to Center Text
// always center the scroll view
atom-text-editor {
.gutter {
-webkit-flex: 1;
text-align: right;
.line-number {
width: 100%;
}
}
.scroll-view {
padding-left: 10px;
-webkit-flex: 3;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment