Commit 77208252 authored by Marcel van Remmerden's avatar Marcel van Remmerden Committed by Fatih Acet

Resolve "Increase margin between commits/branches/tags/size row in project details again"

parent 06958e26
...@@ -742,7 +742,7 @@ ...@@ -742,7 +742,7 @@
display: inline-block; display: inline-block;
&:not(:last-child) { &:not(:last-child) {
margin-right: $gl-padding-8; margin-right: $gl-padding;
} }
&.right { &.right {
...@@ -812,6 +812,10 @@ ...@@ -812,6 +812,10 @@
@extend .btn; @extend .btn;
@extend .btn-default; @extend .btn-default;
} }
.nav > li:not(:last-child) {
margin-right: $gl-padding-8;
}
} }
.repository-languages-bar { .repository-languages-bar {
......
---
title: Increase margin between project stats
merge_request: 20606
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment