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 @@ ...@@ -218,7 +218,7 @@
.title { .title {
color: $gl-text-color; color: $gl-text-color;
margin-bottom: 10px; margin-bottom: $gl-padding-8;
line-height: 1; line-height: 1;
.avatar { .avatar {
...@@ -604,7 +604,6 @@ ...@@ -604,7 +604,6 @@
.participants-list { .participants-list {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
margin: -7px;
} }
.user-list { .user-list {
...@@ -614,7 +613,7 @@ ...@@ -614,7 +613,7 @@
.participants-author { .participants-author {
display: inline-block; display: inline-block;
padding: 7px; padding: 0 $gl-padding-8 $gl-padding-8 0;
&:nth-of-type(7n) { &:nth-of-type(7n) {
padding-right: 0; padding-right: 0;
...@@ -641,7 +640,6 @@ ...@@ -641,7 +640,6 @@
.participants-more, .participants-more,
.user-list-more { .user-list-more {
margin-top: 5px;
margin-left: 5px; margin-left: 5px;
a, 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