From 16cf6450d80ecb6a38a75c5db0ea46cd8a5d07d1 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 ? ( <>
-
+
-
-