Commit 4db49e24 authored by Fatih Acet's avatar Fatih Acet

Merge branch...

Merge branch '37034-increase-margin-between-commits-branches-tags-size-row-in-project-details-again' into 'master'

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

Closes #37034

See merge request gitlab-org/gitlab!20606
parents 06958e26 77208252
......@@ -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 {
......
---
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