mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-09 07:34:55 -04:00
Update search input width for better responsiveness
This commit is contained in:
@@ -167,7 +167,7 @@ export const Search = forwardRef<
|
||||
ref={ref}
|
||||
value={keywordInput}
|
||||
placeholder={placeholder}
|
||||
className={'w-full'}
|
||||
className={'w-48 sm:w-96'}
|
||||
onChange={(e: React.ChangeEvent<HTMLInputElement>) => {
|
||||
setKeywordInput(e.target.value)
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user