소스 검색

Fixed bug 1406

bugfix/1406
jovan.cirkovic 3 년 전
부모
커밋
823a3cae8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/Cards/OfferCard/OfferCard.styled.js

+ 1
- 1
src/components/Cards/OfferCard/OfferCard.styled.js 파일 보기

@@ -103,7 +103,7 @@ export const OfferTitle = styled(Typography)`
text-overflow: ellipsis;
max-height: 33px;
margin-bottom: 28px;
max-width: calc(100% - 200px);
/* max-width: calc(100% - 200px); */
@media (max-width: 550px) {
width: 100%;
font-size: 18px;

Loading…
취소
저장