소스 검색

Fixed bug 1405

bugfix/1405
jovan.cirkovic 3 년 전
부모
커밋
f1981eaa8f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/components/Profile/ProfileOffers/ProfileOffers.styled.js

+ 0
- 1
src/components/Profile/ProfileOffers/ProfileOffers.styled.js 파일 보기

@@ -21,7 +21,6 @@ export const OffersContainer = styled(Box)`
margin-top: 30px;
`;
export const OffersScroller = styled(HorizontalScroller)`
height: 400px;
${(props) => props.noOffers && `width: 100%;`}
margin-left: 0;
& div {

Loading…
취소
저장