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:
authorFatih Acet <acetfatih@gmail.com>2017-01-20 19:15:16 +0300
committerFatih Acet <acetfatih@gmail.com>2017-01-20 19:15:16 +0300
commitd8690a05ea1810c217535ef4b4445f8125fe4726 (patch)
tree18a96ac6364b79e41f015c09de62a2a45ee98a7f
parent4af1f18639935b3a4347902f42a44e851332d5e3 (diff)
parent2c72e0e7cd00148db2e27acae5a88f6a40c05245 (diff)
Merge branch 'participants-list' into 'master'
Fix participants margins to fit on one line See merge request !8640
-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: