mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-01-19 05:33:31 +01:00
ui+dashboard: small margin tweaks (#3856)
This commit is contained in:
parent
68bd40d2a4
commit
869411a977
@ -13,7 +13,7 @@
|
||||
</header>
|
||||
@if (Model.Invoices.Any())
|
||||
{
|
||||
<table class="table table-hover">
|
||||
<table class="table table-hover mt-3 mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-125px">Date</th>
|
||||
|
@ -11,7 +11,7 @@
|
||||
</header>
|
||||
@if (Model.Transactions.Any())
|
||||
{
|
||||
<table class="table table-hover">
|
||||
<table class="table table-hover mt-3 mb-0">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="w-125px">Date</th>
|
||||
|
Loading…
Reference in New Issue
Block a user