Parcourir la source

add space between page numbers (#2232)

Co-authored-by: codecalm <[email protected]>
Co-authored-by: Paweł Kuna <[email protected]>
Mikołaj Sojka il y a 5 mois
Parent
commit
3fc7b84fc4
2 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 5 0
      .changeset/cuddly-panthers-fry.md
  2. 2 0
      core/scss/ui/_pagination.scss

+ 5 - 0
.changeset/cuddly-panthers-fry.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Add space between page numbers in pagination

+ 2 - 0
core/scss/ui/_pagination.scss

@@ -1,5 +1,7 @@
 .pagination {
+  --#{$prefix}pagination-gap: .25rem;
   user-select: none;
+  gap: var(--#{$prefix}pagination-gap);
 }
 
 .page-link {