Commit 1f651068 authored by Mike Greiling's avatar Mike Greiling

Merge branch '35468-fixdetail-margins' into 'master'

Fixes for inconsistent margins in project detail.

See merge request gitlab-org/gitlab!20395
parents 9884b4db bf697092
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
color: $gl-text-color; color: $gl-text-color;
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $border-radius-default; border-radius: $border-radius-default;
margin-bottom: $gl-padding; margin-bottom: $gl-padding-8;
.card.card-body-segment { .card.card-body-segment {
padding: $gl-padding; padding: $gl-padding;
......
...@@ -748,7 +748,7 @@ ...@@ -748,7 +748,7 @@
display: inline-block; display: inline-block;
&:not(:last-child) { &:not(:last-child) {
margin-right: $gl-padding; margin-right: $gl-padding-8;
} }
&.right { &.right {
...@@ -798,7 +798,7 @@ ...@@ -798,7 +798,7 @@
} }
.btn { .btn {
margin-top: $gl-padding; margin-top: $gl-padding-8;
padding: $gl-btn-vert-padding $gl-btn-padding; padding: $gl-btn-vert-padding $gl-btn-padding;
line-height: $gl-btn-line-height; line-height: $gl-btn-line-height;
......
.tree-holder { .tree-holder {
.nav-block { .nav-block {
margin: 10px 0; margin: 16px 0;
.btn .fa, .btn .fa,
.btn svg { .btn svg {
...@@ -15,8 +15,13 @@ ...@@ -15,8 +15,13 @@
} }
.tree-controls { .tree-controls {
display: flex;
text-align: right; text-align: right;
.btn {
margin-left: 8px;
}
.btn-group { .btn-group {
margin-left: 10px; margin-left: 10px;
} }
......
---
title: Replacing incorrect icon for Retry in Pipeline list page
merge_request: 20510
author:
type: changed
---
title: Fixes to inconsistent margins/sapcing in the project detail page
merge_request: 20395
author:
type: changed
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