fix: 'Replace all' button overflows container on Firefox

This commit is contained in:
Tom Moor
2023-12-13 19:42:56 -05:00
parent ac75521c6c
commit 792b8062dc

View File

@@ -348,6 +348,7 @@ const SearchModifiers = styled(Flex)`
`;
const StyledInput = styled(Input)`
width: 196px;
flex: 1;
`;