Explorar el Código

Fixed bug 1405

bugfix/1405
jovan.cirkovic hace 3 años
padre
commit
f1981eaa8f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      src/components/Profile/ProfileOffers/ProfileOffers.styled.js

+ 0
- 1
src/components/Profile/ProfileOffers/ProfileOffers.styled.js Ver fichero

@@ -21,7 +21,6 @@ export const OffersContainer = styled(Box)`
margin-top: 30px;
`;
export const OffersScroller = styled(HorizontalScroller)`
height: 400px;
${(props) => props.noOffers && `width: 100%;`}
margin-left: 0;
& div {

Cargando…
Cancelar
Guardar