Children items are not vertically aligned properly when the height of the parent is undefined #83
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
"flex-end" in the sample is not doing anything.
correct:


wrong:
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
👍
Facing this issue
We may be experiencing a very similar issue in which flex properties have no effect unless the width is explicitly defined. In other words, centering is nearly impossible unless the width is explicitly queried after layout and then set. This could be solved if
width:100%
were possible, but that's a separate (but again, related?) issue.+1