Merge pull request '"Search field height mismatch in Directory – should match Card and List view height"' (#217) from Kartik_Bug#608 into Issues_Jun_3W
Reviewed-on: #217
This commit is contained in:
commit
4700ba38cd
@ -284,7 +284,7 @@ const DirectoryPageHeader = ({
|
|||||||
placeholder={viewType === "notes" ? "Search Notes..." : "Search Contact..."}
|
placeholder={viewType === "notes" ? "Search Notes..." : "Search Contact..."}
|
||||||
value={searchText}
|
value={searchText}
|
||||||
onChange={(e) => setSearchText(e.target.value)}
|
onChange={(e) => setSearchText(e.target.value)}
|
||||||
style={{ width: "200px" }}
|
style={{ width: "200px",height: "30px" }}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{/* Filter by funnel icon for Notes view */}
|
{/* Filter by funnel icon for Notes view */}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user