chore: add padding bottom to global caddy config editor
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m0s

This commit is contained in:
2025-07-10 21:26:41 +07:00
parent fd366dc21d
commit 4ed7d6bd11

View File

@@ -3,7 +3,8 @@
<PageTitle>Global Caddyfile</PageTitle> <PageTitle>Global Caddyfile</PageTitle>
<MudCard> <MudContainer Class="pb-10">
<MudCard>
<MudCardHeader> <MudCardHeader>
<MudText Typo="Typo.h6"> <MudText Typo="Typo.h6">
Global Caddyfile Global Caddyfile
@@ -18,4 +19,5 @@
<MudButton Color="Color.Primary" OnClick="Submit">Save</MudButton> <MudButton Color="Color.Primary" OnClick="Submit">Save</MudButton>
<MudButton OnClick="Cancel">Cancel</MudButton> <MudButton OnClick="Cancel">Cancel</MudButton>
</MudCardActions> </MudCardActions>
</MudCard> </MudCard>
</MudContainer>