Commit 48437540 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'fix-participants-style' into 'master'

Fix participants css

Closes #2423

See merge request !1924
parents 5edad9b1 b9f94e19
......@@ -444,9 +444,6 @@
}
.participants-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: -5px;
}
......@@ -456,9 +453,13 @@
}
.participants-author {
flex-basis: 14%;
display: inline-block;
padding: 5px;
&:nth-of-type(7n) {
padding-right: 0;
}
.author_link {
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