Selaa lähdekoodia

Fixed bug 1406

bugfix/1406
jovan.cirkovic 3 vuotta sitten
vanhempi
commit
823a3cae8a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/components/Cards/OfferCard/OfferCard.styled.js

+ 1
- 1
src/components/Cards/OfferCard/OfferCard.styled.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna