Mercurial > zeropaste
changeset 401:6bb805283daf
Allow vertical resize.
author | nanaya <me@myconan.net> |
---|---|
date | Sun, 06 Sep 2015 04:01:22 +0900 |
parents | d647e79136d8 |
children | a18e19139f57 |
files | app/assets/stylesheets/application.scss |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/assets/stylesheets/application.scss Sun Sep 06 03:58:22 2015 +0900 +++ b/app/assets/stylesheets/application.scss Sun Sep 06 04:01:22 2015 +0900 @@ -4,7 +4,7 @@ .input-url1 { display: none !important; } .paste-paste { - resize: none; + resize: vertical; font-family: $font-family-monospace; }