mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix(web): add min-width to setting input field (#25317)
Prevents input fields from collapsing in flex layouts, such as the extension field in storage template settings. Fixes #25298.
This commit is contained in:
parent
8196bd9bbd
commit
e6eca895ba
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@
|
|||
|
||||
<input
|
||||
bind:this={input}
|
||||
class="immich-form-input w-full pb-2"
|
||||
class="immich-form-input w-full pb-2 min-w-[50px]"
|
||||
class:color-picker={inputType === SettingInputFieldType.COLOR}
|
||||
aria-describedby={description ? `${label}-desc` : undefined}
|
||||
aria-labelledby="{label}-label"
|
||||
|
|
|
|||
Loading…
Reference in a new issue