Skip to content

Commit

Permalink
fix(Pagination): fixes Input style for small screen size
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-kumawat committed Jul 24, 2020
1 parent e396caa commit cbb40d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/src/components/pagination.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
}

.Pagination-pageIndex .Input {
flex-grow: 0;
min-width: var(--spacing-3);
width: var(--spacing-5);
margin-right: var(--spacing);
Expand Down

0 comments on commit cbb40d7

Please sign in to comment.