From 93328cd9eb985012a5b76f915d0ecad964491951 Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Mon, 13 Feb 2023 13:40:59 +0300 Subject: [PATCH] style(#301): fixed gethighlights button style style(#301): button max width added --- src/features/ProfileCard/styled.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/features/ProfileCard/styled.tsx b/src/features/ProfileCard/styled.tsx index c931e159..c76cb80c 100644 --- a/src/features/ProfileCard/styled.tsx +++ b/src/features/ProfileCard/styled.tsx @@ -224,6 +224,8 @@ export const SсGetHighlightBtn = styled(ButtonSolid)` height: 1.95rem; border-radius: 13px; margin-left: 5px; + width: auto; + max-width: 272px; ${isMobileDevice ? css`