Skip to content

Commit

Permalink
Fix service name wrapping on mobile on inventory (#87390) (#87408)
Browse files Browse the repository at this point in the history
Fixes #85752.
  • Loading branch information
smith authored Jan 6, 2021
1 parent a8e6979 commit 06453fe
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 06453fe

Please sign in to comment.