From ac9d041cbcebc36c0e98da1adb5cc591c89664fc Mon Sep 17 00:00:00 2001 From: MattMo Date: Thu, 20 Apr 2023 16:45:47 -0700 Subject: [PATCH] Improved styling of pages. --- data-table.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-table.js b/data-table.js index 9b28500..f591282 100644 --- a/data-table.js +++ b/data-table.js @@ -152,7 +152,7 @@ class DataTable extends IgniteElement { new div().class("row g-3").child( //Pagination pages new div().show(this.showPages).class("col-12 col-sm-9 col-lg-8 d-flex flex-row justify-content-start").child( - new div().class("btn-group flex-wrap justify-content-center d-flex flex-grow-1").style("max-width", "35em").child( + new div().class("btn-group flex-wrap justify-content-center d-flex flex-grow-1 flex-sm-grow-0").child( //Previous page button new button() .class("btn btn-secondary flex-grow-1")