RESOLVED DUPLICATE of bug 163572 163382
REGRESSION: Elements in a flex box do not stretch properly.
https://bugs.webkit.org/show_bug.cgi?id=163382
Summary REGRESSION: Elements in a flex box do not stretch properly.
Lewis Dorigo
Reported 2016-10-13 01:56:42 PDT
In Safari Technology Preview, and the Webkit Nightly Build, on element with `display: flex; flex-wrap: wrap;` and an explicit height, the child do not stretch to fit the height of the container, as would be expected with `align-items: stretch; align-content: stretch`. Rather, they stretch to the height of the tallest sibling on the same row. Safari 10.0, Firefox 49.0.1, and Chrome 54 all exhibit the correct, expected behaviour. An example of this can be found here: http://codepen.io/anon/pen/PGaZyP
Attachments
Radar WebKit Bug Importer
Comment 1 2016-10-18 09:53:49 PDT
Ryosuke Niwa
Comment 2 2017-01-26 22:26:01 PST
This was fixed in https://trac.webkit.org/changeset/207535. *** This bug has been marked as a duplicate of bug 163572 ***
Note You need to log in before you can comment on or make changes to this bug.