Revert participants style change

This commit is contained in:
Clement Ho 2017-05-05 11:02:40 -05:00
parent 0cfe35f727
commit 7389bb9816

View file

@ -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;
}