Kaynağa Gözat

Fixed more bugs

bugfix/1574
jovan.cirkovic 3 yıl önce
ebeveyn
işleme
d773a61892
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4
    4
      src/components/Paging/Paging.styled.js

+ 4
- 4
src/components/Paging/Paging.styled.js Dosyayı Görüntüle

@@ -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…
İptal
Kaydet