1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Improve card footer layout and enhance entry display format in invoices (#2345)

Co-authored-by: codecalm <codecalm@gmail.com>
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
Mikołaj Sojka
2025-05-12 22:14:27 +02:00
committed by GitHub
parent a41c9565f1
commit fd0fd47bb2
2 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": "patch"
---
Improve card footer layout and enhance entry display format in invoices

View File

@@ -69,8 +69,14 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="card-footer d-flex align-items-center"> <div class="card-footer">
<p class="m-0 text-secondary">Showing <span>1</span> to <span>8</span> of <span>16</span> entries</p> <div class="row g-2 justify-content-center justify-content-sm-between">
<div class="col-auto d-flex align-items-center">
<p class="m-0 text-secondary">Showing <strong>1 to 8</strong> of <strong>16 entries</strong></p>
</div>
<div class="col-auto">
{% include "ui/pagination.html" class="m-0 ms-auto" %} {% include "ui/pagination.html" class="m-0 ms-auto" %}
</div> </div>
</div> </div>
</div>
</div>