You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 6, 2025. It is now read-only.
Since the last box in the last row is missing the margin-right the boxes in this row are not properly aligned.
As per the documentation of fxLayoutGap it says:
"Note that the last child item will NOT have a margin gap specified; only the inside gaps are specified."
This works great when boxes can be accommodated in one row. But when we are using fxLayoutWrap and we need more than one rows to accommodate boxes the boxes in last row has alignment issue.
To address this, when using fxLayoutWrap, I think it should either add margin right to the last box as well or the margin right should be removed from the last element in each row.