From 1e8689755641cbec0ac6da4e1860b75b514ed8a5 Mon Sep 17 00:00:00 2001 From: Davinder Singh Date: Wed, 10 Jan 2024 09:58:45 +0000 Subject: [PATCH] Spacing fix on welcome page (#16382) * adding a margin of 0 * adding a padding bottom to the welcome page component * adding a padding bottom of 25px to project-list-welcome-wrapper * adding container class to fix two issues together * adding px-0 * adding mx-0 GitOrigin-RevId: 043173d93d705acd92ad1ebe47bda0f3552ded1a --- .../js/features/project-list/components/project-list-root.tsx | 4 ++-- services/web/frontend/stylesheets/app/project-list-react.less | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/services/web/frontend/js/features/project-list/components/project-list-root.tsx b/services/web/frontend/js/features/project-list/components/project-list-root.tsx index e9f0d4c227..7c261e1473 100644 --- a/services/web/frontend/js/features/project-list/components/project-list-root.tsx +++ b/services/web/frontend/js/features/project-list/components/project-list-root.tsx @@ -75,7 +75,7 @@ function ProjectListPageContent() { ) : ( <> -
+
{totalProjectsCount > 0 ? ( <> @@ -158,7 +158,7 @@ function ProjectListPageContent() { ) : (
{error ? : ''} - +