RESOLVED INVALID 161910
[Flexbox] with nowrap, flex content overflows the flexbox
https://bugs.webkit.org/show_bug.cgi?id=161910
Summary [Flexbox] with nowrap, flex content overflows the flexbox
SophieWeb
Reported 2016-09-13 07:55:20 PDT
With two flex divs inside a flexbox, the first div containing long text, the content of the second div overflows the flexbox even when wrapping the first text would allow space for the second to be displayed inside the flexbox. Example here, when resizing screen to for example 600px wide : https://codepen.io/SophieWeb/pen/VKZQjR
Attachments
SophieWeb
Comment 1 2016-09-13 09:31:17 PDT
Ok I just misunderstood the specification. Apologies for filing this as a bug, a flex-shrink of 0 on the second div solves it.
Note You need to log in before you can comment on or make changes to this bug.