Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Make sure that there is room for the pager
Browse files Browse the repository at this point in the history
above the renew button on the loan list page on mobile devcices
  • Loading branch information
spaceo committed Nov 9, 2023
1 parent 4442dd0 commit a887985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Library/loan-list-page/loan-list-page.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.loan-list-page {
background: $c-global-primary;
padding: $s-md;
padding: $s-md $s-md $s-4xl $s-md;
position: sticky;

@include breakpoint-m {
Expand Down

0 comments on commit a887985

Please sign in to comment.