Problem: With the responsive engine enabled, two shape elements create an unnecessary amount of space between each other when the page width is reduced. Unable to configure this space
Steps to replicate:
- Create a new blank project
- Enable the responsive engine
- Change page layout to row
- Add 2 squares 200 x 200
- Change the age width in the responsive tab
Expected behaviour:
When the page width is too small, the second square should align with the immediate row below the first square (without a gap)
Current behaviour:
The second square aligns below the first but there is a huge gap.