Skip to content
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

Files section pagination breaks on multiple lines when long help text is used #3027

Closed
hdodov opened this issue Dec 22, 2020 · 2 comments · Fixed by #3068
Closed

Files section pagination breaks on multiple lines when long help text is used #3027

hdodov opened this issue Dec 22, 2020 · 2 comments · Fixed by #3068
Labels
type: bug 🐛 Is a bug; fixes a bug
Milestone

Comments

@hdodov
Copy link
Contributor

hdodov commented Dec 22, 2020

Describe the bug
I have a files section with a lengthy help text. The pagination buttons wrap on multiple lines:

image

This can be fixed by adding flex-shrink: 0; to .k-collection-pagination:

image

Kirby Version
3.4.2

@afbora
Copy link
Member

afbora commented Dec 22, 2020

I've reproduce the issue on 3.5.0 too and you suggestion works great 👍

@bastianallgeier
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Is a bug; fixes a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants