remove right padding

pull/134/head
Aevann 2023-02-24 09:12:01 +02:00
parent 6a4f58603e
commit b3e8563efb
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 mt-1">
<div class="ml-3 mt-1">
{% for user in group.members %}
<span class="mr-2">
{% include "user_in_table.html" %}