diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-21 06:06:32 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2019-11-21 06:06:32 +0000 |
commit | 80e5134020483299c039114e76b734436f006c66 (patch) | |
tree | c01e1b0451c336f2349cc7db9c9dc317b98bed54 /app/assets/stylesheets/pages/projects.scss | |
parent | 8d78e95a9c5b352fb0498ca9c46d068eb93e6e27 (diff) | |
download | gitlab-ce-80e5134020483299c039114e76b734436f006c66.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r-- | app/assets/stylesheets/pages/projects.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss index d96cc163738..55e4c051a6b 100644 --- a/app/assets/stylesheets/pages/projects.scss +++ b/app/assets/stylesheets/pages/projects.scss @@ -748,7 +748,7 @@ display: inline-block; &:not(:last-child) { - margin-right: $gl-padding; + margin-right: $gl-padding-8; } &.right { @@ -798,7 +798,7 @@ } .btn { - margin-top: $gl-padding; + margin-top: $gl-padding-8; padding: $gl-btn-vert-padding $gl-btn-padding; line-height: $gl-btn-line-height; |