Commit 651bf36c authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '35087-mr-status-misaligned' into 'master'

35087 Fix alignment of controls in mr issuable list

Closes #35087

See merge request !12890
parents 3f50f6ca 7f2b7bcd
......@@ -236,6 +236,8 @@ ul.content-list {
ul.controls {
float: right;
list-style: none;
display: flex;
align-items: center;
.btn {
padding: 10px 14px;
......@@ -259,6 +261,12 @@ ul.controls {
}
}
}
.issuable-pipeline-broken a,
.issuable-pipeline-status a,
.author_link {
display: flex;
}
}
ul.indent-list {
......
---
title: Fix alignment of controls in mr issuable list
merge_request:
author:
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