ソースを参照

add space between page numbers (#2232)

Co-authored-by: codecalm <[email protected]>
Co-authored-by: Paweł Kuna <[email protected]>
Mikołaj Sojka 5 ヶ月 前
コミット
3fc7b84fc4
2 ファイル変更7 行追加0 行削除
  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 {