[Webkit-unassigned] [Bug 242313] margin-bottom wraps into next column if columns are of uneven height
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 11 23:47:20 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=242313
--- Comment #3 from Karl Dubost <karlcow at apple.com> ---
Usually adding an outline on elements has no influence on the layout as they do not participate to the computation of width and so on.
But I forked the codepen of Kimberley and added outline for the list items.
and surprise, "it made it work"
https://codepen.io/webcompat/pen/rNdMBvK
As a note, do not use the technique to align the items, because this would have consequences for accessibility.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220712/f65ad39d/attachment.htm>
More information about the webkit-unassigned
mailing list