This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
selenaaasi
/
trampa-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed bug 1405
bugfix/1405
jovan.cirkovic
3 years ago
parent
ed58b6350b
commit
f1981eaa8f
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/components/Profile/ProfileOffers/ProfileOffers.styled.js
+ 0
- 1
src/components/Profile/ProfileOffers/ProfileOffers.styled.js
View File
@@ -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 {
Write
Preview
Loading…
Cancel
Save