Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/pages/issuable.scss4
-rw-r--r--changelogs/unreleased/participants-list.yml4
2 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 324c6cec96a..93cc5a8cf0a 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -377,6 +377,10 @@
display: inline-block;
padding: 5px;
+ &:nth-of-type(7n) {
+ padding-right: 0;
+ }
+
.author_link {
display: block;
}
diff --git a/changelogs/unreleased/participants-list.yml b/changelogs/unreleased/participants-list.yml
new file mode 100644
index 00000000000..5265a2bc780
--- /dev/null
+++ b/changelogs/unreleased/participants-list.yml
@@ -0,0 +1,4 @@
+---
+title: Fix participants margins to fit on one line
+merge_request:
+author: