Skip to content

Instantly share code, notes, and snippets.

@JackDunnNZ
Created March 28, 2016 16:53
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 JackDunnNZ/40a26a0874d8cfb919f5 to your computer and use it in GitHub Desktop.
Save JackDunnNZ/40a26a0874d8cfb919f5 to your computer and use it in GitHub Desktop.
Userstyle to add 80-character ruler for Google Apps Script Editor. Use with Stylish
.CodeMirror-lines > div > div:last-child {
width: 80ch;
background-color: rgba(211,211,211, 0.2);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment