Adding a text link to a paragraph element messes up the flow

I added a text link inside a paragraph element, but now it won’t flow/align correctly.
I typed in the email address highlighted the text then clicked the gear and selected link email.

There were a few solutions I tried from the sub but none were successful.

This is what I see:

I would like the email address to be in the line above, next to 連絡先.

Any help would be greatly appreciated.

Stay safe and enjoy!


Here is my site Read-Only: [LINK][Webflow - testa]

Hi,

Your link element has a display flex property to it, any particular reason for that?

Maybe try display: inline-block

Thanks for the suggestion.
No, there is no reason for the link element being set to flex, other than I thought that would be easiest to work with. No idea if that is true though.

When the link element is set to display: inline-block the link goes where desired but also drags the third line with it.

Thanks for taking the time to respond. I appreciate it.