From: Marcel Werk Date: Tue, 11 Oct 2016 15:08:02 +0000 (+0200) Subject: Fixed overflow in user title badges X-Git-Tag: 3.0.0_Beta_3~50^2~10 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1bcbab841e049c5aa14c77504f2734809080694d;p=GitHub%2FWoltLab%2FWCF.git Fixed overflow in user title badges --- diff --git a/wcfsetup/install/files/style/ui/userProfile.scss b/wcfsetup/install/files/style/ui/userProfile.scss index e7d6876593..bd0493986a 100644 --- a/wcfsetup/install/files/style/ui/userProfile.scss +++ b/wcfsetup/install/files/style/ui/userProfile.scss @@ -91,6 +91,12 @@ } } +.userTitleBadge { + max-width: 154px; + overflow: hidden; + text-overflow: ellipsis; +} + .userAvatarImage { background-color: #fff; border-radius: 50%;