diff --git a/src/components/common/SearchBar.tsx b/src/components/common/SearchBar.tsx index c6d81ed..108202c 100644 --- a/src/components/common/SearchBar.tsx +++ b/src/components/common/SearchBar.tsx @@ -26,6 +26,7 @@ export const SearchBar = ({ const Wrapper = styled.div<{ width: number }>` width: ${({ width }) => `${width}px`}; position: relative; + flex: none; & > svg { position: absolute; right: 0px;