From 2cddacd77b6c0a4c57268036b9df6e7b7d434f56 Mon Sep 17 00:00:00 2001 From: Arkadiy Stepanov Date: Wed, 3 Jun 2026 15:23:44 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Prevent=20Tag=20component=20stre?= =?UTF-8?q?tching?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/molecules/Tag/Tag.tsx | 1 + 1 file changed, 1 insertion(+) 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};