| @@ -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; | |||