diff --git a/src/molecules/Tag/Tag.tsx b/src/molecules/Tag/Tag.tsx index 360676e06..6483f6757 100644 --- a/src/molecules/Tag/Tag.tsx +++ b/src/molecules/Tag/Tag.tsx @@ -23,6 +23,7 @@ const Container = styled.div` background: ${({ $color }) => TAG_COLORS[$color].background}; min-height: 24px; min-width: fit-content; + width: fit-content; > span { color: ${({ $color, $textColor }) => $textColor ?? TAG_COLORS[$color].text};