ソースを参照

Fixed bug 1405

bugfix/1405
jovan.cirkovic 3年前
コミット
f1981eaa8f
1個のファイルの変更0行の追加1行の削除
  1. 0
    1
      src/components/Profile/ProfileOffers/ProfileOffers.styled.js

+ 0
- 1
src/components/Profile/ProfileOffers/ProfileOffers.styled.js ファイルの表示

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

読み込み中…
キャンセル
保存