fix: setting input field description spacing for description snippet (#29433)

This commit is contained in:
Daniel Dietzler
2026-07-02 21:06:03 +02:00
committed by GitHub
parent f73796597c
commit bf4b020856

View File

@@ -101,7 +101,9 @@
{description}
</p>
{:else}
{@render descriptionSnippet?.()}
<div class="pb-2">
{@render descriptionSnippet?.()}
</div>
{/if}
{#if inputType !== SettingInputFieldType.PASSWORD}