💄 added width between text & radiobtns

Co-authored-by: haraldnilsen <harald_998@hotmail.com>
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
Sindre Kjelsrud 2023-12-14 12:13:23 +01:00
parent f52177198d
commit 02e06dea7d
Signed by untrusted user who does not match committer: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -7,7 +7,7 @@
</script>
<div class="flex justify-start items-center h-1/4 w-full ">
<p class="text-primary font-bold">{label}:</p>
<p class="text-primary font-bold w-1/5">{label}:</p>
{#if inputType == "radio"}
<RadioButtons options={options}/>
{/if}