Open
Description
I'm trying to figure out how to make a list item, that displays it's children horizontally when there's enough space (desktop), but wraps them into multiple "lines" when there isn't (mobile). Am I missing something or is this simply not possible with the built-in h-box
/ v-box
? Is re-com missing some layout component that would do this for me? I'm new to bootstrap but I tried to use row
and col-md-4
classes to no avail. Apparently they don't work when I use input-text
components.