From ef8e0dbc4cc48c3749ec38ed358f4efbb5392301 Mon Sep 17 00:00:00 2001 From: mohandast52 Date: Mon, 26 Aug 2024 17:40:58 +0530 Subject: [PATCH] refactor: update table layout in 4thStepDeployed component to 100% --- .../ListServices/ServiceState/4thStepDeployed/index.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/autonolas-registry/components/ListServices/ServiceState/4thStepDeployed/index.jsx b/apps/autonolas-registry/components/ListServices/ServiceState/4thStepDeployed/index.jsx index fb2dd595..e6b5a714 100644 --- a/apps/autonolas-registry/components/ListServices/ServiceState/4thStepDeployed/index.jsx +++ b/apps/autonolas-registry/components/ListServices/ServiceState/4thStepDeployed/index.jsx @@ -71,7 +71,7 @@ export const Deployed = ({ return (
- + {isShowAgentInstanceVisible && ( , + width: '50%', }, { title: 'Operators', dataIndex: 'operatorAddress', key: 'operatorAddress', render: (text) => , + width: '50%', }, ]} />