mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 10:30:47 +01:00
Adding margin top on Balance check close button
This commit is contained in:
parent
b1c171a5d9
commit
2c480f57c2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<nav id="wizard-navbar">
|
||||
@if (this.ViewData["NoCancelWizard"] is not true)
|
||||
{
|
||||
<a href="#" id="CancelWizard" class="cancel">
|
||||
<a href="#" id="CancelWizard" class="cancel mt-4">
|
||||
<vc:icon symbol="close" />
|
||||
</a>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue