From 96b552b39c6ee1dded5a85b9f4ae2bf94b269240 Mon Sep 17 00:00:00 2001 From: Jake Fulmine Date: Mon, 28 Nov 2022 17:28:11 +0100 Subject: [PATCH] tweak(dashboard): add margins to template buttons --- dashboard/src/components/group/Edit.svelte | 6 +++--- dashboard/src/components/member/Edit.svelte | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboard/src/components/group/Edit.svelte b/dashboard/src/components/group/Edit.svelte index ff3ddf8d..a4b384d5 100644 --- a/dashboard/src/components/group/Edit.svelte +++ b/dashboard/src/components/group/Edit.svelte @@ -128,13 +128,13 @@
Description:
{#if descriptions.length > 0 && descriptions[0].trim() != ""} - + {/if} {#if descriptions.length > 1 && descriptions[1].trim() != ""} - + {/if} {#if descriptions.length > 2 && descriptions[2].trim() != ""} - + {/if}