summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerasmus <jerasmus@gitlab.com>2019-05-29 15:56:25 +0200
committerjerasmus <jerasmus@gitlab.com>2019-05-30 17:04:05 +0200
commit502122253ce9ff259206df3b301c865e2916ca1e (patch)
treebadcda0c60bc18006d9aa8f4ed46258de319ed35
parent84a39659a2b1383cd064c1d2171660aad8a4da14 (diff)
downloadgitlab-ce-62432-fix-participants-wrapping.tar.gz
Update participants padding62432-fix-participants-wrapping
Updated the padding to our standard size
-rw-r--r--app/assets/stylesheets/pages/issuable.scss6
-rw-r--r--changelogs/unreleased/62432-fix-participants-wrapping.yml5
2 files changed, 7 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 04c66006027..4ba74d34664 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -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,
diff --git a/changelogs/unreleased/62432-fix-participants-wrapping.yml b/changelogs/unreleased/62432-fix-participants-wrapping.yml
new file mode 100644
index 00000000000..a7e4bd372de
--- /dev/null
+++ b/changelogs/unreleased/62432-fix-participants-wrapping.yml
@@ -0,0 +1,5 @@
+---
+title: Fix participants list wrapping
+merge_request: 28873
+author:
+type: fixed