diff --git a/src/lib/components/cards/RaceCard.svelte b/src/lib/components/cards/RaceCard.svelte index a9a2a49..7b4dff7 100644 --- a/src/lib/components/cards/RaceCard.svelte +++ b/src/lib/components/cards/RaceCard.svelte @@ -164,18 +164,32 @@
- + {#if race} - - + {:else} - + {/if}
diff --git a/src/lib/components/cards/SubstitutionCard.svelte b/src/lib/components/cards/SubstitutionCard.svelte index fce3aa8..e692ddc 100644 --- a/src/lib/components/cards/SubstitutionCard.svelte +++ b/src/lib/components/cards/SubstitutionCard.svelte @@ -146,6 +146,7 @@ color="secondary" disabled={disable_inputs} submit + width="w-1/2" > Save Changes @@ -154,11 +155,12 @@ submit disabled={disable_inputs} formaction="?/delete_substitution" + width="w-1/2" > Delete {:else} - {/if}