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