From b6043260d834bda51641b011956ebf4e695cc1ae Mon Sep 17 00:00:00 2001 From: Victor Meng Date: Mon, 28 Jun 2021 18:22:57 -0700 Subject: [PATCH] Add min-height the panel main content --- src/Explorer/Panes/PanelComponent.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Explorer/Panes/PanelComponent.less b/src/Explorer/Panes/PanelComponent.less index 2421fe68b..b025d3491 100644 --- a/src/Explorer/Panes/PanelComponent.less +++ b/src/Explorer/Panes/PanelComponent.less @@ -10,6 +10,7 @@ padding: 0 34px; margin: 20px 0; overflow: auto; + min-height: 30px; & > :not(.collapsibleSection) { margin-bottom: @DefaultSpace;