Improved styling of pages.
This commit is contained in:
parent
b60659761b
commit
ac9d041cbc
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user