From 30a7c2f274736b0a93d378a730a18690feb7919e Mon Sep 17 00:00:00 2001 From: "SN\\plastic" Date: Thu, 14 Mar 2024 08:58:56 +0100 Subject: [PATCH] add space for allowed child types --- .../src/components/field-controls/allowed-child-types.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/sensenet/src/components/field-controls/allowed-child-types.tsx b/apps/sensenet/src/components/field-controls/allowed-child-types.tsx index a229c04bd..a284d4393 100644 --- a/apps/sensenet/src/components/field-controls/allowed-child-types.tsx +++ b/apps/sensenet/src/components/field-controls/allowed-child-types.tsx @@ -21,7 +21,8 @@ const useStyles = makeStyles(() => list: { padding: 0, marginTop: '9px', - height: '80px', + minHeight: '80px', + maxHeight: '260px', overflowY: 'scroll', }, listItem: {