From 332702fba8a9550264e306dc71ed14fbaa357f5a Mon Sep 17 00:00:00 2001 From: Aakash Singh <46787056+sainAk@users.noreply.github.com> Date: Thu, 12 May 2022 12:03:22 +0530 Subject: [PATCH] fix: UserAdd component responsive layout (#2300) col span of Facilities input was causing the grid to glitch when the grid had 1 column --- src/Components/Users/UserAdd.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Users/UserAdd.tsx b/src/Components/Users/UserAdd.tsx index abbaa82509c..4126ee3b589 100644 --- a/src/Components/Users/UserAdd.tsx +++ b/src/Components/Users/UserAdd.tsx @@ -553,7 +553,7 @@ export const UserAdd = (props: UserProps) => { /> -
+
Facilities {userType === "Staff" || userType === "StaffReadOnly" ? (