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:
authorPhil Hughes <me@iamphill.com>2017-09-04 17:47:19 +0300
committerPhil Hughes <me@iamphill.com>2017-09-04 17:47:19 +0300
commit38f15514529865eefd74c3b4618eae23c6eda892 (patch)
treebbee118777998ca9d6cbb808a4f6a29c482877f0 /app/assets/stylesheets/pages/commits.scss
parent3569b2e2d715ffeecf27e26cf3d8c9ec08b8ad49 (diff)
fixed dropdown not showing in wiki
spacing updates to expander button sub-title fixes
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index b518036b01d..587a202d6dd 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -141,12 +141,12 @@
display: inline-block;
background: $white-light;
color: $gl-text-color-secondary;
- padding: 0 5px;
+ padding: 0 4px;
cursor: pointer;
border: 1px solid $border-gray-dark;
border-radius: $border-radius-default;
margin-left: 5px;
- font-size: $gl-font-size;
+ font-size: 12px;
line-height: $gl-font-size;
outline: none;