Imagine having rows filled with various icons, each one being quite large.
<li><i class="bi bi-patch-check-fill icon-green" style="font-size:40px;"></I>Some text about whatever</li>
<li><i class="bi bi-bar-chart-fill icon-green" style="font-size:40px;"></I>Some other stuff</li>
<li><i class="bi bi-palette-fill icon-green" style="font-size:40px;"></I>Tons of more stuff I want to talk about</li>
When the browser window is large enough, the rows look great. But when it's resized and a row breaks into two, the bottom row is positioned below the oversized icon.
Is there a simple solution to prevent this layout issue?