Skip to content

Commit

Permalink
Fix service name wrapping on mobile on inventory (#87390)
Browse files Browse the repository at this point in the history
Fixes #85752.
  • Loading branch information
smith authored Jan 5, 2021
1 parent 3e3a809 commit af4658f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function getServiceColumns({
id="service-name-tooltip"
anchorClassName="apmServiceList__serviceNameTooltip"
>
<EuiFlexGroup gutterSize="s" alignItems="center">
<EuiFlexGroup gutterSize="s" alignItems="center" responsive={false}>
{agentName && (
<EuiFlexItem grow={false}>
<AgentIcon agentName={agentName} />
Expand Down

0 comments on commit af4658f

Please sign in to comment.