Commit f1cf1be4 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '62432-fix-participants-wrapping' into 'master'

Fix participants list padding

Closes #62432

See merge request gitlab-org/gitlab-ce!28873
parents 41cce069 9cd57e73
......@@ -218,7 +218,7 @@
.title {
color: $gl-text-color;
margin-bottom: 10px;
margin-bottom: $gl-padding-8;
line-height: 1;
.avatar {
......@@ -604,7 +604,6 @@
.participants-list {
display: flex;
flex-wrap: wrap;
margin: -7px;
}
.user-list {
......@@ -614,7 +613,7 @@
.participants-author {
display: inline-block;
padding: 7px;
padding: 0 $gl-padding-8 $gl-padding-8 0;
&:nth-of-type(7n) {
padding-right: 0;
......@@ -641,7 +640,6 @@
.participants-more,
.user-list-more {
margin-top: 5px;
margin-left: 5px;
a,
......
---
title: Fix participants list wrapping
merge_request: 28873
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