diff --git a/src/components/list_group/__snapshots__/list_group_item.test.tsx.snap b/src/components/list_group/__snapshots__/list_group_item.test.tsx.snap
index ba4cb106ff5..f3fd82ff35e 100644
--- a/src/components/list_group/__snapshots__/list_group_item.test.tsx.snap
+++ b/src/components/list_group/__snapshots__/list_group_item.test.tsx.snap
@@ -145,19 +145,19 @@ exports[`EuiListGroupItem props extraAction is rendered with showToolTip 1`] = `
Label
+
-
`;
diff --git a/src/components/list_group/list_group_item.tsx b/src/components/list_group/list_group_item.tsx
index 70c755b5426..fb44067c111 100644
--- a/src/components/list_group/list_group_item.tsx
+++ b/src/components/list_group/list_group_item.tsx
@@ -352,9 +352,11 @@ export const EuiListGroupItem: FunctionComponent = ({
anchorClassName={anchorClasses}
anchorProps={anchorPropsAndCss}
>
- {itemContent}
+ <>
+ {itemContent}
+ {extraActionNode}
+ >
- {extraActionNode}
);
} else {