-
-
Notifications
You must be signed in to change notification settings - Fork 335
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
[Pagination/Menu] Flex-wrap should be set for all inline-flex styles #2345
Comments
This also needs proper styling when wrapped, so i suggest to adopt the logic from |
I'll tag this as a feature rather than a bug, because it's up to the developer how many page-items are rendered (if it was only 1,2,3..40 a wrapping would not be needed) |
is there any way how can use the latest develop inside jsfiddle.net? |
Yes, demo https://jsfiddle.net/qatcLn73/ (of course, normally there should be no |
As i mentioned above, just wrapping the elements most always breaks the styling, so whenever we would support a "wrapping" class those elements would need more adjustments to also work in all existing variations. (See your own example, it does not look right: For the pagination menu at least the borders would need to be moved to the left instead of the right. We did something similar for List items back then in #353 If we would simply provide a general "wrapping" class into the FUI core, which would just add |
Implemented by #2682 for menu component |
Bug Report
Some selectors have
display: inline-flex;
style, but are not wrapped. See actual/expected demo.adding
flex-wrap: wrap;
style to these selectors fixes the issuerelated with #2157
Expected result
https://jsfiddle.net/d3w6uqnf/
Actual result
https://jsfiddle.net/n18kh4jg/
Screenshot (if possible)
Version
2.8.8/latest
The text was updated successfully, but these errors were encountered: