From 8b9a40a7a640db4996b09f129e52b9c9889f11de Mon Sep 17 00:00:00 2001 From: Takuya Noguchi Date: Tue, 15 Mar 2022 08:11:43 +0000 Subject: [PATCH] ui: enlarge search box on dashboard Signed-off-by: Takuya Noguchi --- components/dashboard/src/workspaces/Workspaces.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/dashboard/src/workspaces/Workspaces.tsx b/components/dashboard/src/workspaces/Workspaces.tsx index 47806667f0f91b..5e2e2f2f981fa4 100644 --- a/components/dashboard/src/workspaces/Workspaces.tsx +++ b/components/dashboard/src/workspaces/Workspaces.tsx @@ -48,7 +48,7 @@ export default function () { (activeWorkspaces.length > 0 || inactiveWorkspaces.length > 0 || workspaceModel.searchTerm ? ( <>
-
+
-
-