diff --git a/public/pages/DetectorsList/Components/ListControls/ListControls.tsx b/public/pages/DetectorsList/Components/ListControls/ListControls.tsx index 4326c792..62e4bcde 100644 --- a/public/pages/DetectorsList/Components/ListControls/ListControls.tsx +++ b/public/pages/DetectorsList/Components/ListControls/ListControls.tsx @@ -62,6 +62,7 @@ export const ListControls = (props: ListControlsProps) => ( ? props.selectedDetectorStates.map(index => ({ label: index })) : [] } + fullWidth={true} /> @@ -78,6 +79,7 @@ export const ListControls = (props: ListControlsProps) => ( ? props.selectedIndices.map(index => ({ label: index })) : [] } + fullWidth={true} /> {props.pageCount > 1 ? ( diff --git a/public/pages/DetectorsList/Components/ListControls/__tests__/__snapshots__/ListControls.test.tsx.snap b/public/pages/DetectorsList/Components/ListControls/__tests__/__snapshots__/ListControls.test.tsx.snap index 2543e56a..40482f58 100644 --- a/public/pages/DetectorsList/Components/ListControls/__tests__/__snapshots__/ListControls.test.tsx.snap +++ b/public/pages/DetectorsList/Components/ListControls/__tests__/__snapshots__/ListControls.test.tsx.snap @@ -47,17 +47,17 @@ exports[` spec Empty results renders component with empty messag