How to make responsive layout in splitter pane?
-
Using things like class=“col-6-sm cos4” to get a responsive layout doesn’t work when the component is in a vertical splitter pane, because the breakpoints apply to the whole window, not the pane width.
Is there a ‘best practice’ for this? In my app, most of the forms will have the option to be in a splitter. -
Seems the easiest way is to use ‘col-auto’ class, and maybe set the min-width and/or max-width?