Preventing RG in row container from wrapping

Hi All,

I have a group and an RG side-by-side in a row group. The RG can grow/shrink, I want to ensure it stays on the first row instead of dropping down beneath the group element in its entirety if the edge exceeds page width.

I realise this is standard container behaviour, but need to bypass it to ensure they both stay on a single row irrespective of their widths.

Please help!

Ben
AppyKiwi

If you set the max width of each to 50% or lower, they’ll never be able to take up more than half the available space.

If you want a sideways scroll, wrap both in a parent group with width 100%, then give them fixed width values.

Thanks Ed, appreciate the quick response. This has worked.

1 Like

Glad to help :slightly_smiling_face: