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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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