|
||
---|---|---|
.. | ||
dist | ||
src | ||
LICENSE.txt | ||
README.md |
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.