I have 6 elements in a row in a responsive app. They need to be ordered right-to-left but I can’t find the option for it. Its true that I can flip the order of the elements to get right-to-left order but then on low-resolution/mobile devices the elements overflowing to the next line would be the “first” elements rather than the “last”, which makes no sense.
Can I define the row group to be right-to-left?