From 3062146bdf4fbfe111be25819bd8f78b3e4cbb1e Mon Sep 17 00:00:00 2001 From: ilkin-overleaf <100852799+ilkin-overleaf@users.noreply.github.com> Date: Tue, 6 Jun 2023 16:04:59 +0300 Subject: [PATCH] Merge pull request #13364 from overleaf/mf-fix-system-messages-ui-position Fix project list translation message UI position GitOrigin-RevId: 7cef24162134a604031098b27b4d92ccff7a254e --- services/web/frontend/stylesheets/app/project-list-react.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/app/project-list-react.less b/services/web/frontend/stylesheets/app/project-list-react.less index da6b92fd34..6e97f087c0 100644 --- a/services/web/frontend/stylesheets/app/project-list-react.less +++ b/services/web/frontend/stylesheets/app/project-list-react.less @@ -6,6 +6,7 @@ padding-bottom: 0; min-height: calc(~'100vh -' @header-height); display: flex; + flex-direction: column; } .container:before {