From 4ef2e9cda13f5dbac06f91afe41551a340ee3705 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 9 Jun 2017 17:09:08 +0200 Subject: [PATCH] Fixed user mention wrapping behavior --- wcfsetup/install/files/style/bbcode/userMention.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wcfsetup/install/files/style/bbcode/userMention.scss b/wcfsetup/install/files/style/bbcode/userMention.scss index 3f005c4d34..236c8b1961 100644 --- a/wcfsetup/install/files/style/bbcode/userMention.scss +++ b/wcfsetup/install/files/style/bbcode/userMention.scss @@ -5,5 +5,8 @@ &::before { content: '@'; + /* avoids breaks between the '@' and the username, but still allows + wrapping inside the username itself */ + display: inline-block; } } -- 2.20.1