fix(matchdate styled component): width:auto (#279)

Co-authored-by: Ivan Piminov <ivan.piminov@instatsport.com>
keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Иван Пиминов 5 years ago committed by GitHub
parent c167d2dd77
commit 121464da89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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;

Loading…
Cancel
Save