From 9e8e819af11cbd5198778b18532711849f942fbe Mon Sep 17 00:00:00 2001 From: Guergana Tzatchkova Date: Fri, 26 Apr 2024 02:25:14 -0700 Subject: [PATCH] Make editors take 100% of height (#327) These modifications are affecting mainly the Chart and PackageData editors. --- client/components/Editors/Package/Layout.tsx | 17 ++++++++++++----- client/components/Parts/Boxes/Scroll.tsx | 1 + client/components/Parts/Grids/Columns.tsx | 4 +++- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/client/components/Editors/Package/Layout.tsx b/client/components/Editors/Package/Layout.tsx index 76d4dd577..524e71e23 100644 --- a/client/components/Editors/Package/Layout.tsx +++ b/client/components/Editors/Package/Layout.tsx @@ -18,7 +18,7 @@ import * as types from '../../../types' export default function Layout() { return ( - + ) @@ -87,7 +87,10 @@ function LayoutWithMenu() { return ( - + {!shallow && ( - -