From e5210db9a15b15a799190196cc0c1583349c7a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof?= Date: Tue, 18 Jan 2022 20:18:16 +0000 Subject: [PATCH] Responsive grid on `/projects` and `/projects//configure` pages --- components/dashboard/src/projects/ConfigureProject.tsx | 2 +- components/dashboard/src/projects/Projects.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/src/projects/ConfigureProject.tsx b/components/dashboard/src/projects/ConfigureProject.tsx index e1ce594407e268..729455ca7b2e7f 100644 --- a/components/dashboard/src/projects/ConfigureProject.tsx +++ b/components/dashboard/src/projects/ConfigureProject.tsx @@ -207,7 +207,7 @@ export default function () { } return -
+
setSelectedEditor('.gitpod.yml')} /> diff --git a/components/dashboard/src/projects/Projects.tsx b/components/dashboard/src/projects/Projects.tsx index 350d400da5313d..9a8980c83bb3cf 100644 --- a/components/dashboard/src/projects/Projects.tsx +++ b/components/dashboard/src/projects/Projects.tsx @@ -150,7 +150,7 @@ export default function () { {team && }
-
+
{projects.filter(filter).sort(hasNewerPrebuild).map(p => (