ソースを参照

Fixed more bugs

bugfix/1574
jovan.cirkovic 3年前
コミット
d773a61892
1個のファイルの変更4行の追加4行の削除
  1. 4
    4
      src/components/Paging/Paging.styled.js

+ 4
- 4
src/components/Paging/Paging.styled.js ファイルの表示

@@ -11,13 +11,13 @@ export const PagingContainer = styled(Box)`
flex: 1;
justify-content: center;
flex-direction: row;
margin-top: 5px;
margin-bottom: 10px;
/* margin-top: 5px;
margin-bottom: 10px; */
position: absolute;
bottom: 15px;
bottom: 10px;
padding-left: 0;
padding-right: 0;
margin: -10px auto;
margin: auto;
left: 0;
right: 0;
`;

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