Skip to content

Commit

Permalink
Fix service name wrapping on mobile on inventory (elastic#87390) (ela…
Browse files Browse the repository at this point in the history
  • Loading branch information
smith authored Jan 6, 2021
1 parent 609fb0d commit 37017f1
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 37017f1

Please sign in to comment.