BigW Consortium Gitlab

Commit 4b574c49 by Annabel Dunstone Gray Committed by Mike Greiling

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

35087 Fix alignment of controls in mr issuable list Closes #35087 See merge request !12890
parent 0b6a7c9c
......@@ -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