Skip to content
Snippets Groups Projects

Pagination issue fixed

Merged Kartik Khandelwal requested to merge issue/revolt-3394818:pagination-Fixed into 1.0.x
2 files
+ 6
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
1
@@ -936,7 +936,11 @@ table {
@@ -936,7 +936,11 @@ table {
.vt-pager-item {
.vt-pager-item {
display: flex;
display: flex;
text-align: center; }
text-align: center;
 
width: -webkit-max-content;
 
width: -moz-max-content;
 
width: max-content;
 
}
.vt-pager-item a {
.vt-pager-item a {
text-align: center;
text-align: center;
padding: 0.2rem 0.6rem;
padding: 0.2rem 0.6rem;
Loading