From 52d0ae32b00378f823601184fa390361cd266f0d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 12 Aug 2014 20:41:28 +0200 Subject: Restrict commit area resize to vertical. --- app/assets/stylesheets/sections/commits.scss | 1 + 1 file changed, 1 insertion(+) 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; } } -- cgit v1.2.1