Commit 9cd57e73 authored by Jacques Erasmus's avatar Jacques Erasmus Committed by Annabel Dunstone Gray

Update participants padding

Updated the padding to our standard size
parent 41cce069
......@@ -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