Skip to content

Commit

Permalink
Add margin to make it look a bit nicer when scrolling to the bottom o…
Browse files Browse the repository at this point in the history
…f the page
  • Loading branch information
calledude committed Dec 28, 2023
1 parent ef3f0e1 commit 45ff4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modix.Web/Pages/Promotions.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<CascadingAuthenticationState>

<MudContainer>
<MudContainer Class="mb-4">
<MudText Typo="Typo.h4">Promotion Campaigns</MudText>
<div class="d-flex align-center justify-sm-end justify-center mb-4">
<MudCheckBox T="bool" Value="_showInactive" ValueChanged="ShowInactiveChanged" Label="Show Inactive" Color="Color.Primary"></MudCheckBox>
Expand Down
2 changes: 1 addition & 1 deletion Modix.Web/Pages/Tags.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<CascadingAuthenticationState>

<MudContainer MaxWidth="MaxWidth.False">
<MudContainer Class="mb-4" MaxWidth="MaxWidth.False">
<MudText Typo="Typo.h3">Tags</MudText>
@if (Data is not null && Roles is not null)
{
Expand Down

0 comments on commit 45ff4f0

Please sign in to comment.