From: Marcel Werk Date: Thu, 18 Aug 2016 21:56:34 +0000 (+0200) Subject: Removed 'white-space: nowrap' in message group lists X-Git-Tag: 3.0.0_Beta_1~678 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3be271c1a6dd6bee72b3210828a750229131e9b3;p=GitHub%2FWoltLab%2FWCF.git Removed 'white-space: nowrap' in message group lists --- diff --git a/wcfsetup/install/files/style/ui/messageGroup.scss b/wcfsetup/install/files/style/ui/messageGroup.scss index 7ca973ef61..e6be7a10fb 100644 --- a/wcfsetup/install/files/style/ui/messageGroup.scss +++ b/wcfsetup/install/files/style/ui/messageGroup.scss @@ -120,10 +120,6 @@ overflow: hidden; > h3 { - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - > .messageGroupLink { @include wcfFontHeadline; }