diff --git a/app/editor/components/FindAndReplace.tsx b/app/editor/components/FindAndReplace.tsx index a3ed0861f..ff21ada9e 100644 --- a/app/editor/components/FindAndReplace.tsx +++ b/app/editor/components/FindAndReplace.tsx @@ -348,6 +348,7 @@ const SearchModifiers = styled(Flex)` `; const StyledInput = styled(Input)` + width: 196px; flex: 1; `;