diff --git a/ui/src/components/Boxes/ContractStateBox.tsx b/ui/src/components/Boxes/ContractStateBox.tsx index eda4e2b..79815e9 100644 --- a/ui/src/components/Boxes/ContractStateBox.tsx +++ b/ui/src/components/Boxes/ContractStateBox.tsx @@ -76,18 +76,14 @@ export const ContractStateBox: React.FC = () => { key={api.name} > {/* API Row */} - - + + diff --git a/ui/src/components/Boxes/FFStateBox.tsx b/ui/src/components/Boxes/FFStateBox.tsx index c605dc5..7a29839 100644 --- a/ui/src/components/Boxes/FFStateBox.tsx +++ b/ui/src/components/Boxes/FFStateBox.tsx @@ -18,8 +18,6 @@ export const FFStateBox: React.FC = ({ header, children }) => { sx={{ border: `3px solid ${theme.palette.background.paper}`, borderRadius: DEFAULT_BORDER_RADIUS, - maxHeight: '250px', - overflow: 'auto', }} > {/* Header */} @@ -28,7 +26,19 @@ export const FFStateBox: React.FC = ({ header, children }) => { {header} - {children} + + {children} + ); }; diff --git a/ui/src/translations/en.json b/ui/src/translations/en.json index 7f65785..48334ef 100644 --- a/ui/src/translations/en.json +++ b/ui/src/translations/en.json @@ -7,7 +7,7 @@ "apiID": "API ID", "apiResponse": "API Response", "apis": "APIs", - "apisKnownToFirefly": "APIs Known to FireFly", + "apisKnownToFirefly": "APIs known to current FireFly namespace", "appCodeInstructions": "Build an action using the panels on the left. Click \"Run\" to execute the action via the backend server. FireFly events related to the transaction will appear on the right.", "applicationCode": "Application Code", "approvalID": "Approval ID",