diff app/assets/stylesheets/pastes.css @ 76:5635c91f4bfd

Only allow resize input box vertically.
author Edho Arief <edho@myconan.net>
date Thu, 04 Oct 2012 15:40:39 +0700
parents df2ea9fc084d
children 50b8738d6428
line wrap: on
line diff
--- a/app/assets/stylesheets/pastes.css	Thu Oct 04 11:01:38 2012 +0700
+++ b/app/assets/stylesheets/pastes.css	Thu Oct 04 15:40:39 2012 +0700
@@ -1,3 +1,4 @@
 textarea#paste_paste {
   font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+  resize: vertical;
 }