Skip to content

Commit 651bf36

Browse files
committed
Merge branch '35087-mr-status-misaligned' into 'master'
35087 Fix alignment of controls in mr issuable list Closes #35087 See merge request !12890
2 parents 3f50f6c + 7f2b7bc commit 651bf36

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

app/assets/stylesheets/framework/lists.scss

+8
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ ul.content-list {
236236
ul.controls {
237237
float: right;
238238
list-style: none;
239+
display: flex;
240+
align-items: center;
239241

240242
.btn {
241243
padding: 10px 14px;
@@ -259,6 +261,12 @@ ul.controls {
259261
}
260262
}
261263
}
264+
265+
.issuable-pipeline-broken a,
266+
.issuable-pipeline-status a,
267+
.author_link {
268+
display: flex;
269+
}
262270
}
263271

264272
ul.indent-list {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Fix alignment of controls in mr issuable list
3+
merge_request:
4+
author:

0 commit comments

Comments
 (0)