Skip to content

Commit

Permalink
Merge pull request #82 from wri/fix/paginator-max-height
Browse files Browse the repository at this point in the history
Add max height value to Paginator
  • Loading branch information
wri7tno committed Nov 17, 2023
2 parents 3ae4513 + d623026 commit ca1a8c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/paginator/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const PaginatorWrapper = styled.div`
display: flex;
flex-direction: row;
gap: 0.25rem;
max-height: 1.75rem;
.dots-left {
align-content: end;
Expand Down

0 comments on commit ca1a8c4

Please sign in to comment.