From 45ff4f00234e3517baf65c13b8e3f8a113344510 Mon Sep 17 00:00:00 2001 From: calledude <22471295+calledude@users.noreply.github.com> Date: Fri, 29 Dec 2023 00:07:39 +0100 Subject: [PATCH] Add margin to make it look a bit nicer when scrolling to the bottom of the page --- Modix.Web/Pages/Promotions.razor | 2 +- Modix.Web/Pages/Tags.razor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modix.Web/Pages/Promotions.razor b/Modix.Web/Pages/Promotions.razor index 54dd1b213..2f456b433 100644 --- a/Modix.Web/Pages/Promotions.razor +++ b/Modix.Web/Pages/Promotions.razor @@ -18,7 +18,7 @@ - + Promotion Campaigns
diff --git a/Modix.Web/Pages/Tags.razor b/Modix.Web/Pages/Tags.razor index 6a2533d3a..561109454 100644 --- a/Modix.Web/Pages/Tags.razor +++ b/Modix.Web/Pages/Tags.razor @@ -14,7 +14,7 @@ - + Tags @if (Data is not null && Roles is not null) {