Bug 116944 - Don't stretch margin: auto items in a vertical flexbox
Summary: Don't stretch margin: auto items in a vertical flexbox
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-05-29 01:45 PDT by Ryosuke Niwa
Modified: 2022-08-22 17:18 PDT (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-05-29 01:45:22 PDT
https://chromium.googlesource.com/chromium/blink/+/d4de57852c154677cdb4613cbd3e5a0c9cc72307
Even with align-self: stretch (the default), we shouldn't stretch items
that have margin: auto;
Comment 1 Ahmad Saleem 2022-08-22 14:00:44 PDT
I took the test case and modified to remove -webkit- and all browsers (Safari 15.6.1, Safari Technology Preview 151, Firefox Nightly 105 and Chrome Canary 106) are rendering it same.

Link - https://jsfiddle.net/zxtwh4f8/show

I think this can be marked as "RESOLVED CONFIGURATION CHANGED". Thanks!