Skip to content

Commit b9a2f2d

Browse files
author
Filipa Lacerda
committed
Merge branch '52193-Pipeline-graph-is-not-vertically-aligned-in-commit-page' into 'master'
Resolve "Pipeline graph is not vertically aligned in commit page" Closes #52193 See merge request gitlab-org/gitlab-ce!22173
2 parents b204ff6 + 852e799 commit b9a2f2d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

app/assets/stylesheets/pages/commits.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
vertical-align: middle;
6060

6161
.stage-cell .stage-container {
62-
margin: 3px 3px 3px 0;
62+
margin: 0 3px 3px 0;
6363
}
6464

6565
.stage-container:last-child {
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Vertical align Pipeline Graph in Commit Page
3+
merge_request: 22173
4+
author: Johann Hubert Sonntagbauer
5+
type: fixed

0 commit comments

Comments
 (0)