Skip to content

Commit

Permalink
Update Score.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem committed Jan 19, 2025
1 parent dce5ddd commit a72fdc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/lib/components/Forms/Score.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
{:else}
<label class="text-sm font-semibold" for={field}>{label}</label>
{/if}
{/if}
{/if}

<div class="flex space-x-8 w-full justify-center">
<p class="w-full max-w-[80ch] justify-center text-center whitespace-pre-wrap">
{#if !disabled && scores_definition && $value !== null}
Expand Down Expand Up @@ -114,4 +114,4 @@
<p class="text-sm text-gray-500">{helpText}</p>
{/if}
</div>
{/if}
{/if}

0 comments on commit a72fdc4

Please sign in to comment.