fix(frontend): badge needs a little right margin

This commit is contained in:
Ruben Fiszel
2022-07-25 20:40:35 +02:00
parent a23289563d
commit c846ed76c4

View File

@@ -46,7 +46,7 @@
}
</script>
<span>
<span class="mr-1">
{#if kind == 'read'}
<Badge tooltip={reason}>shared to you (read-only)</Badge>
{:else if kind == 'write'}