diff --git a/public/components/trace_analytics/components/common/filters/__tests__/__snapshots__/filter_edit_popover.test.tsx.snap b/public/components/trace_analytics/components/common/filters/__tests__/__snapshots__/filter_edit_popover.test.tsx.snap
index ed16c4579..b7d5c0dde 100644
--- a/public/components/trace_analytics/components/common/filters/__tests__/__snapshots__/filter_edit_popover.test.tsx.snap
+++ b/public/components/trace_analytics/components/common/filters/__tests__/__snapshots__/filter_edit_popover.test.tsx.snap
@@ -28,7 +28,7 @@ exports[`Filter popover component renders filter popover 1`] = `
@@ -44,28 +44,29 @@ exports[`Filter popover component renders filter popover 1`] = `
}
/>
,
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
- ,
+ ,
]
`;
diff --git a/public/components/trace_analytics/components/common/filters/filter_edit_popover.tsx b/public/components/trace_analytics/components/common/filters/filter_edit_popover.tsx
index 22b97b68a..04b2675c3 100644
--- a/public/components/trace_analytics/components/common/filters/filter_edit_popover.tsx
+++ b/public/components/trace_analytics/components/common/filters/filter_edit_popover.tsx
@@ -37,12 +37,12 @@ export function FilterEditPopover(props: {
const [filterValue, setFilterValue] = useState(props.filter?.value || '');
return (
-
+
{/* invisible button workaround to prevent auto focus on context menu panel switch */}
-
-
-
+
+
+
-
-
+
+
diff --git a/public/components/trace_analytics/components/common/filters/filter_helpers.tsx b/public/components/trace_analytics/components/common/filters/filter_helpers.tsx
index 663400302..fc0822521 100644
--- a/public/components/trace_analytics/components/common/filters/filter_helpers.tsx
+++ b/public/components/trace_analytics/components/common/filters/filter_helpers.tsx
@@ -7,6 +7,7 @@ import {
EuiCompressedComboBox,
EuiCompressedFieldText,
EuiCompressedFormRow,
+ EuiFlexItem,
EuiFormControlLayoutDelimited,
EuiSpacer,
} from '@elastic/eui';
@@ -157,13 +158,16 @@ export const getValueComponent = (
const textField = (
<>
-
- setValue(e.target.value)}
- />
-
+
+
+ setValue(e.target.value)}
+ fullWidth
+ />
+
+
>
);
diff --git a/public/components/trace_analytics/components/common/filters/filters.tsx b/public/components/trace_analytics/components/common/filters/filters.tsx
index ddb0511ea..af7414469 100644
--- a/public/components/trace_analytics/components/common/filters/filters.tsx
+++ b/public/components/trace_analytics/components/common/filters/filters.tsx
@@ -106,7 +106,7 @@ export function Filters(props: FiltersOwnProps) {
},
{
id: 1,
- width: 530,
+ width: 630,
title: 'Edit filter',
content: (
@@ -228,7 +228,7 @@ export function Filters(props: FiltersOwnProps) {
return props.filters.length > 0 ? (
<>
-
+
{filterComponents}
@@ -353,7 +353,7 @@ export const GlobalFilterButton = ({
{
id: 1,
title: 'Add filter',
- width: 530,
+ width: 630,
content: (