mirror of
https://github.com/immich-app/immich.git
synced 2026-07-05 20:57:40 +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}
|
||||
</p>
|
||||
{:else}
|
||||
{@render descriptionSnippet?.()}
|
||||
<div class="pb-2">
|
||||
{@render descriptionSnippet?.()}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
{#if inputType !== SettingInputFieldType.PASSWORD}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue