Skip to content

Commit 426ba23

Browse files
committed
Fix moile padding in user list
1 parent 97c2859 commit 426ba23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(authenticated)/users/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
</td>
193193
</tr>
194194
<tr class="align-top">
195-
<td class="py-2" colspan="2">
195+
<td class="py-2 pl-1" colspan="2">
196196
{#each userOrgs as org}
197197
{@render roles(org, locale)}
198198
{/each}

0 commit comments

Comments
 (0)