Skip to content

Commit 4dc8fcd

Browse files
authored
Merge pull request #65 from bssm-portfolio/hotfix/chip
chip group width 수정
2 parents 652ac80 + cc14086 commit 4dc8fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/atoms/Chip.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function Group({ children, className, type = "main" }: ChipGroupProps) {
2424
"flex flex-wrap gap-1.5 py-1 xl:w-32",
2525
{
2626
"!w-full": type === "detail" || "upload",
27-
"!w-[150px]": type === "portfolio",
27+
"xl:!w-40": type === "portfolio",
2828
},
2929
)}`}
3030
>

0 commit comments

Comments
 (0)