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:
authorJose <jvargas@gitlab.com>2018-06-12 23:19:01 +0300
committerJose <jvargas@gitlab.com>2018-06-14 00:21:03 +0300
commitdb18593b286002dfbe677a6c2fbfc65366bfdd07 (patch)
tree611a51e4e0b17ae7c742cd8709a233aab25addff /app/assets/stylesheets/pages/groups.scss
parentc102f956d82cc389f3e1d13ad68564602e8ab78f (diff)
Remove the btn-xs class from the stylesheets
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index c2b42e02eee..05bf5596fb3 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -425,7 +425,7 @@
margin-left: 5px;
> .btn {
- margin-right: $btn-xs-side-margin;
+ margin-right: $btn-margin-5;
}
}
}