1
0
mirror of https://github.com/tabler/tabler.git synced 2026-06-17 12:50:03 +04:00

add space between page numbers (#2232)

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-03-23 22:24:51 +01:00
committed by GitHub
parent b17b488c96
commit 3fc7b84fc4
2 changed files with 7 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Add space between page numbers in pagination
+2
View File
@@ -1,5 +1,7 @@
.pagination {
--#{$prefix}pagination-gap: .25rem;
user-select: none;
gap: var(--#{$prefix}pagination-gap);
}
.page-link {