diff --git a/x-pack/plugins/apm/public/components/shared/key_value_filter_list/index.tsx b/x-pack/plugins/apm/public/components/shared/key_value_filter_list/index.tsx
index 20ab03e42025b..14911f7e3b7a8 100644
--- a/x-pack/plugins/apm/public/components/shared/key_value_filter_list/index.tsx
+++ b/x-pack/plugins/apm/public/components/shared/key_value_filter_list/index.tsx
@@ -39,7 +39,6 @@ const StyledEuiDescriptionList = styled(EuiDescriptionList)`
`${theme.eui.euiSizeS} ${theme.eui.euiSizeS} 0 ${theme.eui.euiSizeS}`};
.descriptionList__title,
.descriptionList__description {
- border-bottom: ${({ theme }) => theme.eui.euiBorderThin};
margin-top: 0;
align-items: center;
display: flex;
@@ -74,13 +73,13 @@ export function KeyValueFilterList({
buttonContent={}
buttonClassName="buttonContentContainer"
>
-
+
{nonEmptyKeyValueList.map(({ key, value, isFilterable }) => {
return (
{key}
@@ -88,7 +87,7 @@ export function KeyValueFilterList({