es-grid-template 1.8.23 → 1.8.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/assets/index.css CHANGED
@@ -631,9 +631,6 @@
631
631
  margin: 0;
632
632
  }
633
633
 
634
- .ui-rc-table-wrapper .ui-rc-table .ui-rc-pagination {
635
- border-bottom: 1px solid #e0e0e0;
636
- }
637
634
  .ui-rc-table-wrapper .ui-rc-table .ui-rc-pagination::before {
638
635
  content: "";
639
636
  position: absolute;
@@ -659,6 +656,9 @@
659
656
  .ui-rc-table-wrapper .ui-rc-table .ui-rc-pagination.top-pagination .ui-rc-pagination-total-text {
660
657
  margin-left: auto;
661
658
  }
659
+ .ui-rc-table-wrapper .ui-rc-table .ui-rc-pagination {
660
+ border-bottom: 1px solid #e0e0e0;
661
+ }
662
662
 
663
663
  .ui-rc-pagination .ui-rc-pagination-total-text {
664
664
  white-space: nowrap;