Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorCiro Santilli <ciro.santilli@gmail.com>2014-08-12 22:41:28 +0400
committerCiro Santilli <ciro.santilli@gmail.com>2014-08-12 22:41:28 +0400
commit52d0ae32b00378f823601184fa390361cd266f0d (patch)
tree702b868d7d0d2d91d7587f5cd725218d5c17b383 /app
parent593b6674e1b3fb1d5277b823703b9bbc366152b2 (diff)
Restrict commit area resize to vertical.
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/commits.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index 684e8377a7b..0083d01c460 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -244,6 +244,7 @@ li.commit {
font-family: inherit;
padding-left: $left;
position: relative;
+ resize: vertical;
z-index: 2;
}
}