"Search field height mismatch in Directory – should match Card and List view height"
This commit is contained in:
parent
2bdaed1d83
commit
67b694c697
@ -284,7 +284,7 @@ const DirectoryPageHeader = ({
|
||||
placeholder={viewType === "notes" ? "Search Notes..." : "Search Contact..."}
|
||||
value={searchText}
|
||||
onChange={(e) => setSearchText(e.target.value)}
|
||||
style={{ width: "200px" }}
|
||||
style={{ width: "200px",height: "30px" }}
|
||||
/>
|
||||
|
||||
{/* Filter by funnel icon for Notes view */}
|
||||
|
Loading…
x
Reference in New Issue
Block a user