codepens/flexbox-and-white-space-now...
Dym Sohin f132183c1d init 2023-10-06 23:12:53 +02:00
..
dist init 2023-10-06 23:12:53 +02:00
src init 2023-10-06 23:12:53 +02:00
LICENSE.txt init 2023-10-06 23:12:53 +02:00
README.md init 2023-10-06 23:12:53 +02:00

README.md

Flexbox and white-space: nowrap issue

A Pen created on CodePen.io. Original URL: https://codepen.io/aj-foster/pen/emBYPW.

I came across an oddity in FireFox using flexbox with white-space: nowrap and overflow: hidden on text. It appears that these properties cause the parent element to disobey flexbox sizing. Compare the resize behavior in Chrome and Firefox to see what I mean.