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
Describe the bug
When using nested columns (columns within a column), the inner columns are displayed in reversed order on tablet and mobile (only happens when the column arrangement is different from the desktop view)
To Reproduce
Steps to reproduce the behavior:
Add a Two Column Block
Add Nested Columns: In the first column, add a two-column block (50-50 structure).
Add Content:
First parent column: Add Text in both columns.
Second parent column: Add Text in both columns.
Change the column arrangement on the tablet/mobile different from the desktop.
Expected behavior
The nested columns (inner columns) should remain in the same order as they are on desktop view, even when the parent column arrangement changes for tablet/mobile views.