I have a legend above a table that looks likes this (with colors and icons that I'm not including here for simplicity)
This is the first thing The second thing And a third
But on the XS view, I need it to look like this:
This is the first thing
The second thing
And a third
I know I could achieve this using the gird system, but in my example code below, what can I do to have .multi-line-on-xs
show it's child spans on separate lines?
<span class="multi-line-on-xs"><span>This is the first thing</span> <span>The second thing</span> <span>And a third</span></span>