Selaa lähdekoodia

Fixed bug 1406

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

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

@@ -308,8 +308,8 @@ export const OfferTitleAboveImage = styled(OfferTitle)`
padding-top: 5px;
padding-left: 1px;
display: block;
width: calc(100% - ${props => props.noOfButtons} * 30px - 10px);
max-width: calc(100% - ${props => props.noOfButtons} * 30px - 10px);
width: calc(100% - ${(props) => props.noOfButtons} * 30px - 10px);
max-width: calc(100% - ${(props) => props.noOfButtons} * 30px - 10px);
height: 40px;
line-height: 20px;
text-overflow: ellipsis;

Loading…
Peruuta
Tallenna