07-02-2021, 03:56 PM
Very strange. Yes this produces a weird result (multiple versions of the icon). I tested a little. This works:
<button class="btn btn-primary"><i class="fas fa-magic mr-1"> </i> Left</button>
with a space between. For some reason, leaving out the space causes this. Will have to look in to this. This also breaks:
<button class="btn btn-primary"><i class="fas fa-magic mr-1"/> Left</button>
So, for now, put a space it and it will work until this bug is fixed.
<button class="btn btn-primary"><i class="fas fa-magic mr-1"> </i> Left</button>
with a space between. For some reason, leaving out the space causes this. Will have to look in to this. This also breaks:
<button class="btn btn-primary"><i class="fas fa-magic mr-1"/> Left</button>
So, for now, put a space it and it will work until this bug is fixed.