diff --git a/packages/console/package.json b/packages/console/package.json index 28689c279..7a496c362 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@flyteorg/console", - "version": "0.0.21", + "version": "0.0.22", "description": "Flyteconsole main app module", "main": "./dist/index.js", "module": "./lib/index.js", diff --git a/packages/console/src/components/Executions/ExecutionDetails/NodeExecutionTabs/index.tsx b/packages/console/src/components/Executions/ExecutionDetails/NodeExecutionTabs/index.tsx index 100d6cd58..c700c156d 100644 --- a/packages/console/src/components/Executions/ExecutionDetails/NodeExecutionTabs/index.tsx +++ b/packages/console/src/components/Executions/ExecutionDetails/NodeExecutionTabs/index.tsx @@ -19,6 +19,7 @@ const useStyles = makeStyles(theme => { return { content: { overflowY: 'auto', + paddingBottom: '100px', // TODO @FC 454 temporary fix for panel height issue }, tabs: { borderBottom: `1px solid ${theme.palette.divider}`, diff --git a/packages/console/src/components/common/PanelSection/index.tsx b/packages/console/src/components/common/PanelSection/index.tsx index 4bfd7617a..e5cd1059e 100644 --- a/packages/console/src/components/common/PanelSection/index.tsx +++ b/packages/console/src/components/common/PanelSection/index.tsx @@ -2,9 +2,7 @@ import * as React from 'react'; import { makeStyles } from '@material-ui/core/styles'; const useStyle = makeStyles(theme => ({ - detailsPanelCard: { - paddingBottom: '150px', // TODO @FC 454 temporary fix for panel height issue - }, + detailsPanelCard: {}, detailsPanelCardContent: { padding: `${theme.spacing(2)}px ${theme.spacing(3)}px`, borderBottom: `1px solid ${theme.palette.divider}`, diff --git a/website/package.json b/website/package.json index 960939e2e..cafbd2036 100644 --- a/website/package.json +++ b/website/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@flyteorg/common": "^0.0.4", - "@flyteorg/console": "^0.0.21", + "@flyteorg/console": "^0.0.22", "long": "^4.0.0", "protobufjs": "~6.11.3", "react-ga4": "^1.4.1", diff --git a/yarn.lock b/yarn.lock index 528b45899..7ae2f33c0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1995,7 +1995,7 @@ __metadata: resolution: "@flyteconsole/client-app@workspace:website" dependencies: "@flyteorg/common": ^0.0.4 - "@flyteorg/console": ^0.0.21 + "@flyteorg/console": ^0.0.22 "@types/long": ^3.0.32 long: ^4.0.0 protobufjs: ~6.11.3 @@ -2034,7 +2034,7 @@ __metadata: languageName: unknown linkType: soft -"@flyteorg/console@^0.0.21, @flyteorg/console@workspace:packages/console": +"@flyteorg/console@^0.0.22, @flyteorg/console@workspace:packages/console": version: 0.0.0-use.local resolution: "@flyteorg/console@workspace:packages/console" dependencies: