Skip to content
Snippets Groups Projects
Commit 9cd57e73 authored by Jacques Erasmus's avatar Jacques Erasmus Committed by Annabel Dunstone Gray
Browse files

Update participants padding

Updated the padding to our standard size
parent 41cce069
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -218,7 +218,7 @@
 
.title {
color: $gl-text-color;
margin-bottom: 10px;
margin-bottom: $gl-padding-8;
line-height: 1;
 
.avatar {
Loading
Loading
@@ -604,7 +604,6 @@
.participants-list {
display: flex;
flex-wrap: wrap;
margin: -7px;
}
 
.user-list {
Loading
Loading
@@ -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;
Loading
Loading
@@ -641,7 +640,6 @@
 
.participants-more,
.user-list-more {
margin-top: 5px;
margin-left: 5px;
 
a,
Loading
Loading
---
title: Fix participants list wrapping
merge_request: 28873
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment