Layout out widgets horizontally

I got two widgets in a container - a button and a hint - that I’d like to position one next to each other. When I set the Container layout to two columns, I seem to be getting two rows instead…?

Components in a container will flow vertically instead of horizontally on small screen sizes, such as a mobile device. This is normal.

2 Likes