question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Pagination/Menu] Flex-wrap should be set for all inline-flex styles

See original GitHub issue

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 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)

image

Version

2.8.8/latest

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

0reactions
mvorisekcommented, Apr 28, 2022

thanks, here is a nightly demo link https://jsfiddle.net/oLp892un/ /w wrapping class, wrapping class should be supported for any container that has display: inline-flex; style

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found