Currently diving into Bootstrap 5, I decided to play around with lists. Here is a snippet of the code I'm working with:
<ul class="list-group">
<li class="list-group-item">Cras justo odio</li>
<li class="list-group-item">Dapibus ac facilisis in</li>
<li class="list-group-item">Morbi leo risus</li>
<li class="list-group-item">Porta ac consectetur ac</li>
<li class="list-group-item">Vestibulum at eros</li>
</ul>
https://i.sstatic.net/acEpl.png
Seeking advice - have any of you encountered this issue before? I have saved and refreshed, so that's not the problem. I also noticed that there is a missing closing tag for ul (not sure why it wasn't included by Stack Overflow). At first glance, it resembles regular HTML.