https://i.sstatic.net/turhY.png
- Within this illustration, there are two columns - one with the class
col-sm-3
and the other withcol-sm-8
, situated in a single row. Upon resizing the window (as shown in the screenshot provided), the two columns appear to be glued together. Moreover, the second column (
col-sm-8
) does not expand to its full width at the breakpoint for small screens.Note: I aim to maintain spacing between the columns at the small screen breakpoint, while also ensuring that the
col-sm-8
column occupies the entire available space.