diff --git a/plugins/main/public/components/common/welcome/agent-info/agent-info.tsx b/plugins/main/public/components/common/welcome/agent-info/agent-info.tsx index 64f3cb63f9..7417f51fc5 100644 --- a/plugins/main/public/components/common/welcome/agent-info/agent-info.tsx +++ b/plugins/main/public/components/common/welcome/agent-info/agent-info.tsx @@ -90,7 +90,7 @@ export class AgentInfo extends Component { key: 'ip', value: agent.ip, label: 'IP address', - style: { minWidth: 80 }, + style: { minWidth: 100, maxWidth: 100 }, condensed: true, }, {