瀏覽代碼

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

Loading…
取消
儲存