From 121464da8985126ff9fc90b0fcb21727b3581abc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD=20=D0=9F=D0=B8=D0=BC=D0=B8=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= <61900450+ivan-piminov@users.noreply.github.com> Date: Thu, 28 Jan 2021 16:40:48 +0300 Subject: [PATCH] fix(matchdate styled component): width:auto (#279) Co-authored-by: Ivan Piminov --- src/features/MatchCard/styled.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/MatchCard/styled.tsx b/src/features/MatchCard/styled.tsx index fd1d9e1c..2d4cd3c2 100644 --- a/src/features/MatchCard/styled.tsx +++ b/src/features/MatchCard/styled.tsx @@ -62,7 +62,7 @@ export const MatchDate = styled.div` position: absolute; top: 25px; left: 24px; - width: 135px; + width: auto; height: 24px; border-radius: 2px; padding: 8px;