mirror of https://github.com/itflow-org/itflow
Condensed the Recurring income by client table
This commit is contained in:
parent
6bd54431d9
commit
71fc1bd591
|
|
@ -14,7 +14,7 @@ $sql_clients = mysqli_query($mysqli,"SELECT * FROM clients WHERE company_id = $s
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-striped">
|
<table class="table table-striped table-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Client</th>
|
<th>Client</th>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue