[Pagination/Menu] Flex-wrap should be set for all inline-flex styles
See original GitHub issueBug 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 issue
related with https://github.com/fomantic/Fomantic-UI/issues/2157
Expected result
https://jsfiddle.net/d3w6uqnf/
Actual result
https://jsfiddle.net/n18kh4jg/
Screenshot (if possible)
Version
2.8.8/latest
Issue Analytics
- State:
- Created a year ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
flex-wrap | CSS-Tricks
It defines whether the flex items are forced in a single line or can be flowed into multiple lines. If set to multiple...
Read more >Elements in a flex container are not wrapping - Stack Overflow
An initial setting of a flex container is flex-wrap: nowrap . This means flex items are forced to remain in a single line....
Read more >patch - Pagure.io
+ */ + +dfn { + font-style: italic; +} + +/** + * Address variable `h1` ... Address `box-sizing` set to `border-box` in...
Read more >Free Automated Malware Analysis Service - Hybrid Analysis
Indicators. Not all malicious and suspicious indicators are displayed. Get your own cloud service or the full version to view all details.
Read more >SoundCloud Playlist Creator - CodePen
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, use the nightly CDN tag https://cdn.jsdelivr.net/npm/fomantic-ui@nightly/dist/semantic.min.css https://cdn.jsdelivr.net/npm/fomantic-ui@nightly/dist/semantic.min.js
thanks, here is a nightly demo link https://jsfiddle.net/oLp892un/ /w
wrapping
class,wrapping
class should be supported for any container that hasdisplay: inline-flex;
style