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:
5
.changeset/heavy-fireants-vanish.md
Normal file
5
.changeset/heavy-fireants-vanish.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": "patch"
|
||||||
|
---
|
||||||
|
|
||||||
|
Improve card footer layout and enhance entry display format in invoices
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user