diff --git a/public/controllers/agent/components/agents-preview.js b/public/controllers/agent/components/agents-preview.js index 8cd06939b7..d37b05c90b 100644 --- a/public/controllers/agent/components/agents-preview.js +++ b/public/controllers/agent/components/agents-preview.js @@ -215,10 +215,8 @@ export const AgentsPreview = compose( {this.totalAgents > 0 && ( - + - - {this.summary && ( @@ -279,6 +277,7 @@ export const AgentsPreview = compose( className="white-space-nowrap" /> + {this.lastAgent && ( - + this.showLastAgent()}> @@ -304,12 +303,11 @@ export const AgentsPreview = compose( titleSize="s" description="Last registered agent" titleColor="primary" - className="pb-12 white-space-nowrap" /> )} {this.mostActiveAgent && ( - + } - className="white-space-nowrap" + className="last-agents-link" titleSize="s" description="Most active agent" titleColor="primary" @@ -327,8 +325,6 @@ export const AgentsPreview = compose( )} - - )}