Just started exploring Bootstrap 5 and noticed some significant differences from version 4.
Check out this jsfiddle for a demonstration of my issue.
The problem occurs when the lorem ipsum
text exceeds a certain length, causing the sidebar width to be pushed to the left instead of the text being moved down within the card.
For instance, using a shorter text length like:
<div class="alert alert-info m-2">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
will display the correct sidebar width.
I find it confusing why this happens. I prefer not to have the sidebar resize itself based on text length as it seems counterintuitive.