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);