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:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-23 03:06:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-23 03:06:06 +0300
commit5cb94fc486b25f14d160a7a584dd9a9f23d1ccc9 (patch)
tree1e786999c5965d0e7a4f37b75ce1d91fe6363b4d /app/assets/stylesheets/pages/projects.scss
parent69a23cbee136eda0ab37874399421e6865cfc76b (diff)
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.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index b728f501967..8b2c67378d9 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -742,7 +742,7 @@
display: inline-block;
&:not(:last-child) {
- margin-right: $gl-padding-8;
+ margin-right: $gl-padding;
}
&.right {
@@ -812,6 +812,10 @@
@extend .btn;
@extend .btn-default;
}
+
+ .nav > li:not(:last-child) {
+ margin-right: $gl-padding-8;
+ }
}
.repository-languages-bar {