Skip to content

Commit

Permalink
fix(agent_info): update IP address style to set min and max width for…
Browse files Browse the repository at this point in the history
… improved layout consistency in agent info display
  • Loading branch information
guidomodarelli committed Dec 9, 2024
1 parent 9e1ca2f commit 0c1bbbb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export class AgentInfo extends Component<AgentInfoProps> {
key: 'ip',
value: agent.ip,
label: 'IP address',
style: { minWidth: 80 },
style: { minWidth: 100, maxWidth: 100 },
condensed: true,
},
{
Expand Down

0 comments on commit 0c1bbbb

Please sign in to comment.