From 2bb8d7bab268d2edaee6ae4d1e024afeab8f3af3 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Tue, 9 Jan 2024 09:14:19 +0000 Subject: [PATCH] Fix loading container on project list (#16429) GitOrigin-RevId: 7a98cdd49132611a3334558e2a5f283fedea84cb --- services/web/frontend/stylesheets/app/project-list-react.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/web/frontend/stylesheets/app/project-list-react.less b/services/web/frontend/stylesheets/app/project-list-react.less index 73ff12b72e..82a66cce9b 100644 --- a/services/web/frontend/stylesheets/app/project-list-react.less +++ b/services/web/frontend/stylesheets/app/project-list-react.less @@ -645,6 +645,8 @@ .loading-container { display: flex; + flex-direction: column; + justify-content: center; align-items: center; min-height: calc(~'100vh -' @header-height);