Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Pagination styling #929

Open
aboyher opened this issue Jul 29, 2021 · 1 comment
Open

Pagination styling #929

aboyher opened this issue Jul 29, 2021 · 1 comment

Comments

@aboyher
Copy link

aboyher commented Jul 29, 2021

Feature request:
Options or ability to more easily change the styling of the pagination controls. For instance, if the table is too close to another component, it wraps around onto a new line, or gets completely hidden. In most cases, I just want the controls smaller as a whole, but attempting this through css doesn't work (I've tried changing .previous-next-container, but the most I've been able to change is background color).

@uns1
Copy link

uns1 commented Oct 26, 2022

Try changing the line-height of .previous-next-container to make it smaller. This is what I currently use:

.previous-next-container { padding: 3px; margin-top: 5px; line-height: 1; display: flex; justify-content: center; align-items: center; }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants