web: Components: Fixed hiding page counter in Paging component

This commit is contained in:
Ilya Oleshko 2019-09-13 11:06:48 +03:00
parent 88ee103a00
commit 9df735f0ca

View File

@ -14,7 +14,7 @@ const StyledPaging = styled.div`
& > button {
margin-right: 8px;
width: 110px;
max-width: 110px;
}
`;
@ -22,7 +22,7 @@ const StyledOnPage = styled.div`
margin-left: auto;
margin-right: 0px;
@media ${mobile} {
@media (max-width: 450px) {
display: none;
}
`;