add top padding

pull/134/head
Aevann 2023-02-24 09:10:23 +02:00
parent 5e67879108
commit 6a4f58603e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
<td>{{loop.index}}</td>
<td>{{group.name}}</td>
<td>
<div class="mx-3">
<div class="mx-3 mt-1">
{% for user in group.members %}
<span class="mr-2">
{% include "user_in_table.html" %}