Skip to content

Commit

Permalink
[#240] Fix: TagSearchButton shrink 방지 (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjc2021 authored Apr 7, 2024
1 parent a915c84 commit 00be31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/SearchTag/TagSearchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const TagSearchForm = ({ className }: Props) => {
<button
type="submit"
className={cn(
"relative z-20 flex h-30pxr items-center gap-6pxr overflow-hidden rounded-full bg-primary p-2 text-white transition-[width_height] sm:h-35pxr sm:p-2",
"relative z-20 flex h-30pxr shrink-0 items-center gap-6pxr overflow-hidden rounded-full bg-primary p-2 text-white transition-[width_height] sm:h-35pxr sm:p-2",
showAutoComplete ? "w-65pxr sm:w-70pxr" : "w-30pxr sm:w-35pxr",
)}
>
Expand Down

0 comments on commit 00be31c

Please sign in to comment.