diff --git a/source/src/pages/Search/TagSelect.tsx b/source/src/pages/Search/TagSelect.tsx index a25b1dd..8d34c66 100644 --- a/source/src/pages/Search/TagSelect.tsx +++ b/source/src/pages/Search/TagSelect.tsx @@ -12,6 +12,7 @@ const map: Map = _map const StyledReactTagsContainer = styled.div` width: 100%; + margin-top: 1.5rem; ` export interface TagsData { @@ -43,6 +44,7 @@ const TagSelect = (props: TagSelectProps) => { {(currentTheme) => (