mirror of
https://github.com/immich-app/immich.git
synced 2026-02-04 08:49:01 +03: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:
@@ -128,7 +128,7 @@
|
|||||||
|
|
||||||
<input
|
<input
|
||||||
bind:this={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}
|
class:color-picker={inputType === SettingInputFieldType.COLOR}
|
||||||
aria-describedby={description ? `${label}-desc` : undefined}
|
aria-describedby={description ? `${label}-desc` : undefined}
|
||||||
aria-labelledby="{label}-label"
|
aria-labelledby="{label}-label"
|
||||||
|
|||||||
Reference in New Issue
Block a user