How to remove non-breaking spaces?

Hi,
I have a text that is partly italic and partly a link. For some reason bootstrap studio seems to automatically insert non-breaking spaces before each change in text style. How can I remove those non-breaking spaces or disable this automatic behavior?

image

Resulting Code:

<div class="row" style="margin: 0px;margin-left: 5px;margin-right: 5px;margin-top: 20px;margin-bottom: 15px;">
<div class="col d-xxl-flex align-items-xxl-center" style="padding: 0px;color: var(--bs-white);">
Eine Reservierungsbestätigung wurde an&nbsp;<em id="confirmationEmailAddress">&lt;emailAddress&gt;</em>&nbsp;gesendet.&nbsp;<a href="#" data-bs-target="#changeEmail" data-bs-toggle="modal">Falsche E-Mail Adresse?</a>
</div>
</div>

Thanks in advance.

If possible can you give us directions on how to reproduce this problem? I imported your HTML in Bootstrap Studio and I don’t see automatic insertion. I can delete the spaces by editing the text, and no further spaces are inserted.

Thank you very much for your response. In order to reproduce my situation:What I did was creating a paragraph and then dragging and dropping an “italic” and a “link” component into the text (from the left hand side of the BS editor, not by clicking on the link/italic buttons on the top). This was necessary because with the buttons on top it’s not possible to edit the “id” of the link and the italic component.

I’ve also sent you bootstrap studio project file at hi@bootstrapstudio.io that illustrates the situation.