From 0576c028ccf6af90a6110112aca1a7c54d00c314 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Fri, 19 Sep 2014 09:02:17 +0200 Subject: [PATCH] Set textarea resize:vertical by default. --- app/assets/stylesheets/generic/forms.scss | 4 ++++ app/assets/stylesheets/sections/commits.scss | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/generic/forms.scss b/app/assets/stylesheets/generic/forms.scss index 3b90c4f27f0..e8b23090b0f 100644 --- a/app/assets/stylesheets/generic/forms.scss +++ b/app/assets/stylesheets/generic/forms.scss @@ -1,3 +1,7 @@ +textarea { + resize: vertical; +} + input[type='search'].search-text-input { background-image: image-url("icon-search.png"); background-repeat: no-repeat; diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss index 0083d01c460..684e8377a7b 100644 --- a/app/assets/stylesheets/sections/commits.scss +++ b/app/assets/stylesheets/sections/commits.scss @@ -244,7 +244,6 @@ li.commit { font-family: inherit; padding-left: $left; position: relative; - resize: vertical; z-index: 2; } } -- GitLab