[Webkit-unassigned] [Bug 225278] [css-flexbox] `gap` does not work correctly when `flex-direction: column-reverse` is applied

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 15 03:52:39 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=225278

bugmenot at mailinator.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugmenot at mailinator.com

--- Comment #3 from bugmenot at mailinator.com ---
I ran into the same issue. Here is a minimal reproduction example

```html
<div>
  <span>First</span>
  <span>Second</span>
  <span>Third</span>
</div>
```

```css
div {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  background-color: lightgrey;
}

span {
  background-color: lightblue;
}
```

-- 
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/20210815/3f7bb2b6/attachment.htm>


More information about the webkit-unassigned mailing list