comparison app/assets/stylesheets/application.scss @ 401:6bb805283daf

Allow vertical resize.
author nanaya <me@myconan.net>
date Sun, 06 Sep 2015 04:01:22 +0900
parents 851432f21603
children e0626046579a
comparison
equal deleted inserted replaced
400:d647e79136d8 401:6bb805283daf
2 @import "highlightjs"; 2 @import "highlightjs";
3 3
4 .input-url1 { display: none !important; } 4 .input-url1 { display: none !important; }
5 5
6 .paste-paste { 6 .paste-paste {
7 resize: none; 7 resize: vertical;
8 font-family: $font-family-monospace; 8 font-family: $font-family-monospace;
9 } 9 }
10 10
11 .paste-show { 11 .paste-show {
12 padding: $grid-gutter-width/2; 12 padding: $grid-gutter-width/2;