From a88798519f8e7eac8b03350aa3f1f75299697b32 Mon Sep 17 00:00:00 2001 From: Mikkel Jakobsen Date: Sat, 4 Nov 2023 18:26:32 +0100 Subject: [PATCH] Make sure that there is room for the pager above the renew button on the loan list page on mobile devcices --- src/stories/Library/loan-list-page/loan-list-page.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stories/Library/loan-list-page/loan-list-page.scss b/src/stories/Library/loan-list-page/loan-list-page.scss index 21d9baaeb..89ca5c3c6 100644 --- a/src/stories/Library/loan-list-page/loan-list-page.scss +++ b/src/stories/Library/loan-list-page/loan-list-page.scss @@ -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 {