From 7389bb98167551a850be52e6683ecc93c4734a05 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 5 May 2017 11:02:40 -0500 Subject: Revert participants style change --- app/assets/stylesheets/pages/issuable.scss | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'app') 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; } -- cgit v1.2.3