SPRINT-21: added minheight, updated frontend core version

This commit is contained in:
Tim Chamberlain
2023-02-23 11:09:26 -06:00
parent 9244e8c90f
commit 83c5e725c3
3 changed files with 670 additions and 595 deletions

View File

@ -285,7 +285,7 @@ function Widget(props: React.PropsWithChildren<Props>): JSX.Element
const hasPermission = props.widgetData?.hasPermission === undefined || props.widgetData?.hasPermission === true;
const widgetContent =
<Box sx={{width: "100%", height: "100%"}}>
<Box sx={{width: "100%", height: "100%", minHeight: props.widgetMetaData?.minHeight ? props.widgetMetaData?.minHeight : "initial"}}>
<Box pr={3} display="flex" justifyContent="space-between" alignItems="flex-start" sx={{width: "100%"}}>
<Box pt={2}>
{