Mercurial > zeropaste
diff app/assets/stylesheets/pastes.css @ 79:50b8738d6428
Use (modified) autosize to automatically resize textarea.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 08 Oct 2012 14:00:36 +0700 |
parents | 5635c91f4bfd |
children | f390e3903d3c |
line wrap: on
line diff
--- a/app/assets/stylesheets/pastes.css Sun Oct 07 16:05:30 2012 +0700 +++ b/app/assets/stylesheets/pastes.css Mon Oct 08 14:00:36 2012 +0700 @@ -1,4 +1,4 @@ -textarea#paste_paste { +textarea#paste_paste, .mirrored_text { font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - resize: vertical; + resize: none; }