Describe the bug
Feature Grid columns collapse into stacked rows on the frontend when Allow Column Wrapping is enabled together with a "Justify Content" value (e.g. Center), despite rendering correctly in the editor.
To Reproduce
Steps to reproduce the behavior:
- Add a Feature Grid with 5 columns
- Enable Allow Column Wrapping
- Set the Column Widths value to
30%
- Set the Column Justify to
Center
- See error on frontend (the columns became rows)
Expected behavior
On the frontend, when Allow Column Wrapping is enabled together with a Justify Content value, the Feature Grid should retain the configured column widths, wrap onto new rows as needed, and apply the selected column justification correctly.
Screenshots

Describe the bug
Feature Grid columns collapse into stacked rows on the frontend when Allow Column Wrapping is enabled together with a "Justify Content" value (e.g. Center), despite rendering correctly in the editor.
To Reproduce
Steps to reproduce the behavior:
30%CenterExpected behavior
On the frontend, when Allow Column Wrapping is enabled together with a Justify Content value, the Feature Grid should retain the configured column widths, wrap onto new rows as needed, and apply the selected column justification correctly.
Screenshots