Wondering if it's possible to have a div with the bootstrap class "column" filled with multiple span elements that may break into more than one line. The challenge lies in making sure that each line of spans stretches and fills the line, even if there are too many elements or if the user zooms in. I attempted using style="display: flex", but the spans go out of line when there are too many. Unfortunately, I can't provide a live example since the code is quite messy.
|---------------------------|
|<aaaaaaaaa><ddddddddd><fff>|
|<sdf><sdfsd><sdf ><sdfsdf >|
|< sd >< sdf >< sd >|
|---------------------------|