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
path: root/app
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2017-05-05 19:02:40 +0300
committerClement Ho <ClemMakesApps@gmail.com>2017-05-05 19:04:34 +0300
commit7389bb98167551a850be52e6683ecc93c4734a05 (patch)
tree2cfae493f53166b9fe58a1e00f5b4534180bff8f /app
parent0cfe35f7279e7b6618c10be91908c29cd7ab110a (diff)
Revert participants style change
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 485ea369f3d..c4210ffd823 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -444,21 +444,23 @@
}
.participants-list {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
margin: -5px;
}
+
.user-list {
display: flex;
flex-wrap: wrap;
}
.participants-author {
- flex-basis: 14%;
+ display: inline-block;
padding: 5px;
+ &:nth-of-type(7n) {
+ padding-right: 0;
+ }
+
.author_link {
display: block;
}