I am observing a bug related to links with long text: this text is not wrapped when I consult an article or discussion, whereas it is wrapped while editing.
- Editing mode: text is wrapped as expected (spreading on 2 lines)

- Browsing/reading mode: text is not wrapped and sent to next line (KO)

Can this be fixed so that link text is always wrapped ?
I can confirm that's a bug with .ltr class, which is automatically added to all links. It sets display: inline-block; but should set display: inline; to fix that issue. Can you confirm @Eli ?
To fix this issue, you can add this CSS: