Commit d8690a05 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'participants-list' into 'master'

Fix participants margins to fit on one line

See merge request !8640
parents 4af1f186 2c72e0e7
......@@ -377,6 +377,10 @@
display: inline-block;
padding: 5px;
&:nth-of-type(7n) {
padding-right: 0;
}
.author_link {
display: block;
}
......
---
title: Fix participants margins to fit on one line
merge_request:
author:
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