mirror of
https://github.com/immich-app/immich.git
synced 2026-07-14 09:00:59 +00:00
fix: setting input field description spacing for description snippet (#29433)
This commit is contained in:
parent
f73796597c
commit
bf4b020856
1 changed files with 3 additions and 1 deletions
|
|
@ -101,7 +101,9 @@
|
||||||
{description}
|
{description}
|
||||||
</p>
|
</p>
|
||||||
{:else}
|
{:else}
|
||||||
{@render descriptionSnippet?.()}
|
<div class="pb-2">
|
||||||
|
{@render descriptionSnippet?.()}
|
||||||
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if inputType !== SettingInputFieldType.PASSWORD}
|
{#if inputType !== SettingInputFieldType.PASSWORD}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue