Commit b9f94e19 authored by Clement Ho's avatar Clement Ho

Fix participants css

parent e4003ebd
...@@ -444,9 +444,6 @@ ...@@ -444,9 +444,6 @@
} }
.participants-list { .participants-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: -5px; margin: -5px;
} }
...@@ -456,9 +453,13 @@ ...@@ -456,9 +453,13 @@
} }
.participants-author { .participants-author {
flex-basis: 14%; display: inline-block;
padding: 5px; padding: 5px;
&:nth-of-type(7n) {
padding-right: 0;
}
.author_link { .author_link {
display: block; display: block;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment