Improved styling of pages.

This commit is contained in:
MattMo 2023-04-20 16:45:47 -07:00
parent b60659761b
commit ac9d041cbc

View File

@ -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")