mirror of
https://github.com/immich-app/immich.git
synced 2026-01-16 23:11:47 -08: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
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user