Skip to content

Instantly share code, notes, and snippets.

@haythamdouaihy
Last active April 24, 2018 17: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 haythamdouaihy/6101e9d9c7c09181a4d9c88026471207 to your computer and use it in GitHub Desktop.
Save haythamdouaihy/6101e9d9c7c09181a4d9c88026471207 to your computer and use it in GitHub Desktop.
Github editor textarea enlarger
/*
. solution already provided by CodeMirror (https://codemirror.net/demo/resize.html#).
. to implement it, we must create an browser app in order to load it each time a gist editor will be opened
. in case of chrome, app already created, you can use it and follow manual for more details
(https://github.com/haythamdouaihy/github-editor-textarea-enlarger-chrome-ext)
*/
.CodeMirror {
border: 1px solid #eee;
height: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment