From 7109d539acf69974f8077d95b4cdb09744f8a2ac Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Fri, 16 Sep 2022 13:06:02 +0300 Subject: [PATCH] fix(#ott2821): min fix --- .../MatchSidePlaylists/components/FiltersPopup/styled.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/features/MatchSidePlaylists/components/FiltersPopup/styled.tsx b/src/features/MatchSidePlaylists/components/FiltersPopup/styled.tsx index ad46b460..0c96635d 100644 --- a/src/features/MatchSidePlaylists/components/FiltersPopup/styled.tsx +++ b/src/features/MatchSidePlaylists/components/FiltersPopup/styled.tsx @@ -196,10 +196,9 @@ export const Button = styled.button` width: 167px;`} ` export const PlayerNumber = styled.span` - /* color: #ADADAD; */ color: rgba(255, 255, 255, 0.7); - /* letter-spacing: -0.078px; */ - margin-right: 8px; + margin-right: 5px; + min-width: 14px; font-size: 11px; line-height: 16px; font-weight: 600;