From 35555a284a382ccae3dc9c5f24268acc2712fa56 Mon Sep 17 00:00:00 2001 From: Alf Eaton Date: Fri, 9 Feb 2024 11:43:37 +0000 Subject: [PATCH] Ensure that the file tree takes up the full panel height (#17019) GitOrigin-RevId: 9d4b63083c85dab946944c5f4f58f46340dd5056 --- services/web/frontend/stylesheets/app/editor/file-tree.less | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/services/web/frontend/stylesheets/app/editor/file-tree.less b/services/web/frontend/stylesheets/app/editor/file-tree.less index d8ab37fd30..b40dcf8a4a 100644 --- a/services/web/frontend/stylesheets/app/editor/file-tree.less +++ b/services/web/frontend/stylesheets/app/editor/file-tree.less @@ -17,8 +17,7 @@ .file-tree { display: flex !important; // To work around jQuery layout's inline styles flex-direction: column; - flex-grow: 1; - max-height: 100%; + height: 100%; .toolbar.toolbar-filetree { .toolbar-small-mixin;