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 4, 2023
1 parent 9d3754c commit 31facfb
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 31facfb

Please sign in to comment.