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
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2016-07-14 18:26:26 +0300
committerSean McGivern <sean@gitlab.com>2016-07-14 18:26:26 +0300
commit905d60b42980832933bebed43d4df1d227e36f15 (patch)
tree82375835d231febf8d8275da54c3266810a62af5 /app/assets/stylesheets/framework/blocks.scss
parentc49517a0048f24e57f6d6ab2a5e80c8de132280d (diff)
Reduce padding on collapsed diff message
Diffstat (limited to 'app/assets/stylesheets/framework/blocks.scss')
-rw-r--r--app/assets/stylesheets/framework/blocks.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/blocks.scss b/app/assets/stylesheets/framework/blocks.scss
index 24b1ebab4b0..cf2417fdf63 100644
--- a/app/assets/stylesheets/framework/blocks.scss
+++ b/app/assets/stylesheets/framework/blocks.scss
@@ -17,6 +17,7 @@
font-size: 16px;
line-height: 36px;
&.diff-collapsed {
+ padding: 5px;
cursor: pointer;
}
}