Sfoglia il codice sorgente

Fixed bug 1406

bugfix/1406
jovan.cirkovic 3 anni fa
parent
commit
823a3cae8a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/components/Cards/OfferCard/OfferCard.styled.js

+ 1
- 1
src/components/Cards/OfferCard/OfferCard.styled.js Vedi File

@@ -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…
Annulla
Salva