Commit 7f2b7bcd authored by tauriedavis's avatar tauriedavis

35087 Fix alignment of controls in mr issuable list

parent d9dd621a
...@@ -236,6 +236,8 @@ ul.content-list { ...@@ -236,6 +236,8 @@ ul.content-list {
ul.controls { ul.controls {
float: right; float: right;
list-style: none; list-style: none;
display: flex;
align-items: center;
.btn { .btn {
padding: 10px 14px; padding: 10px 14px;
...@@ -259,6 +261,12 @@ ul.controls { ...@@ -259,6 +261,12 @@ ul.controls {
} }
} }
} }
.issuable-pipeline-broken a,
.issuable-pipeline-status a,
.author_link {
display: flex;
}
} }
ul.indent-list { 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