Last active
April 24, 2018 17:11
-
-
Save haythamdouaihy/6101e9d9c7c09181a4d9c88026471207 to your computer and use it in GitHub Desktop.
Github editor textarea enlarger
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
. 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