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 83d237fbe0..c72055e567 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 @@ -136,11 +136,13 @@ export class AgentInfo extends Component { key: 'registration-date', value: formatUIDate(agent.dateAdd), label: 'Registration date', + style: { minWidth: 165 }, }, { key: 'last-keep-alive', value: formatUIDate(agent.lastKeepAlive), label: 'Last keep alive', + style: { minWidth: 165 }, }, ]; }