Normally my elements were nicely displayed on the right, but I had to add a badge and now, because of the following code:
<div class="form-group mb-4 d-flex flex-wrap">
My badge looks like this:
Instead of:
The code related to this:
<div class="form-group mb-4 d-flex flex-wrap">
<span class="badge badge-pill badge-success">html</span>
</div>
Any suggestions please?