Update participants padding

Updated the padding to our standard size
This commit is contained in:
Jacques Erasmus 2019-05-31 11:31:09 +00:00 committed by Annabel Dunstone Gray
parent 41cce06958
commit 9cd57e73b7
2 changed files with 7 additions and 4 deletions

View File

@ -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,

View File

@ -0,0 +1,5 @@
---
title: Fix participants list wrapping
merge_request: 28873
author:
type: fixed