Fix service name wrapping on mobile on inventory (#87390)

Fixes #85752.
This commit is contained in:
Nathan L Smith 2021-01-05 17:48:06 -06:00 committed by GitHub
parent 3e3a809b4f
commit af4658fce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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} />