Commit 196f3da0 authored by Eric Eastwood's avatar Eric Eastwood

Fix approvals responsive wrapping on mobile

Fix https://gitlab.com/gitlab-org/gitlab-ee/issues/3333
parent 01932584
......@@ -715,13 +715,16 @@
.approvals-footer {
display: flex;
.approvers-prefix,
.approvers-list {
.approvers-prefix {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.approvers-list {
display: flex;
align-items: center;
.link-to-member-avatar:not(:first-child) {
img {
margin-left: 0;
......
---
title: Fix Merge Request Widget Approvals responsiveness on mobile
merge_request:
author:
type: fixed
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