I would like to put elements next to each other for example two buttons. The best I can figure out is to use a columns element, set the number of columns to 6 and then put them in the last two columns. This still makes them far apart.
Is there a way or at least plans for a way to put elements next to each other? In flex world it would be something like flex-direction: row;
It could be nice to have a container element that lets you set the flex direction.