From 150311472eb44b3f4628c918b5912b9dd70cb838 Mon Sep 17 00:00:00 2001 From: developomp Date: Fri, 17 Dec 2021 12:55:59 +0900 Subject: [PATCH] fixed reset date range button style Fixed reset date range button css on smaller displays --- source/src/pages/Search/TagSelect.tsx | 2 ++ source/src/pages/Search/index.tsx | 31 ++++++++++++++++----------- 2 files changed, 20 insertions(+), 13 deletions(-) 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) => (