mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-07 00:40:38 +00:00
fix: margin of user sign up description
This commit is contained in:
@@ -81,10 +81,12 @@
|
||||
bind:input={$inputs.sessionDuration}
|
||||
/>
|
||||
<div class="grid gap-2">
|
||||
<Label class="mb-0" for="enable-user-signup">{m.enable_user_signups()}</Label>
|
||||
<p class="text-muted-foreground text-[0.8rem]">
|
||||
{m.enable_user_signups_description()}
|
||||
</p>
|
||||
<div>
|
||||
<Label class="mb-0" for="enable-user-signup">{m.enable_user_signups()}</Label>
|
||||
<p class="text-muted-foreground text-[0.8rem]">
|
||||
{m.enable_user_signups_description()}
|
||||
</p>
|
||||
</div>
|
||||
<Select.Root
|
||||
disabled={$appConfigStore.uiConfigDisabled}
|
||||
type="single"
|
||||
|
||||
Reference in New Issue
Block a user