-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solution for Pagination wrapping/zoom #2396
Comments
What about container queries? https://css-tricks.com/css-container-queries/ |
Maybe, but a challenge is that wrapping-point is wildly different based on amount of shown items, so optimally we would like something like https://ishadeed.com/article/flex-wrap-detect/ which does not exist yet 😄 |
Is this solved in #2460 @eirikbacker ? |
No @mimarz - this is a separate issue |
Venter til etter v1 - ikke et krav for funksjonalitet og ganske styr å implementere og kanskje enklere som web component. Pagination wrapper allerede, den bare justerer ikke ned antall knapper. |
Pagination does not wrap when zoomed / too little space. We should decide on a good solution for this - maybe even an internal ResizeObserver?
The text was updated successfully, but these errors were encountered: