diff --git a/package-lock.json b/package-lock.json index 50783b79000..aa1cf92eb67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22657,4 +22657,4 @@ } } } -} +} \ No newline at end of file diff --git a/src/components/Facility/FacilityUsers.tsx b/src/components/Facility/FacilityUsers.tsx index 288feaa187e..e728e616f0e 100644 --- a/src/components/Facility/FacilityUsers.tsx +++ b/src/components/Facility/FacilityUsers.tsx @@ -86,7 +86,7 @@ export default function FacilityUsers(props: { facilityId: string }) { onChange={(e) => updateQuery({ username: e.target.value })} value={qParams.username} placeholder={t("search_by_username")} - className="w-full max-w-sm" + className="w-full max-w-sm p px-2 py-1 placeholder:text-xs max-[350px]:placeholder:text-[8px] " />