Skip to content

Commit

Permalink
style: fix post search sort style
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljaijai committed Dec 13, 2024
1 parent f311533 commit 808696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/post/search/template.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const PostSearchPageTemplate: React.FunctionComponent<IPostSearchPageProps> = ({
defaultValue={postSortingOptions[0].value}
value={sorting}
placeholder={t("general.sorting")}
triggerClassName="w-3/5 border-8"
triggerClassName="w-3/5"
/>
</div>
</div>
Expand Down

0 comments on commit 808696c

Please sign in to comment.