Skip to content
Snippets Groups Projects
Commit 35e1b84c authored by Clement Ho's avatar Clement Ho
Browse files

Revert participants style change

Former-commit-id: 7389bb98
parent 4d61068f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment