ui+dashboard: small margin tweaks (#3856)

This commit is contained in:
dstrukt 2022-06-12 18:48:36 -07:00 committed by GitHub
parent 68bd40d2a4
commit 869411a977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>