diff --git a/frontend/src/components/ui/input-search.tsx b/frontend/src/components/ui/input-search.tsx index 17240e90..bf707821 100644 --- a/frontend/src/components/ui/input-search.tsx +++ b/frontend/src/components/ui/input-search.tsx @@ -139,7 +139,10 @@ export function InputSearch({ return ( button]:ml-[-0.45rem]` already handles the + // analogous adjustment when expanded. + className={cn(!isExpanded && '-mx-1.5')} > {isExpanded ? ( @@ -179,7 +186,12 @@ export function InputSearch({ > onSearchChange(event.target.value)} onKeyDown={handleInputKeyDown} placeholder={placeholder}