Fixed overflow in user title badges
authorMarcel Werk <burntime@woltlab.com>
Tue, 11 Oct 2016 15:08:02 +0000 (17:08 +0200)
committerMarcel Werk <burntime@woltlab.com>
Tue, 11 Oct 2016 15:08:02 +0000 (17:08 +0200)
wcfsetup/install/files/style/ui/userProfile.scss

index e7d6876593d14ff87b4cea05174b4362d292dc3c..bd0493986aad7c181aa31782b36cefa94194a3a8 100644 (file)
        }
 }
 
+.userTitleBadge {
+       max-width: 154px;
+       overflow: hidden;
+       text-overflow: ellipsis;
+}
+
 .userAvatarImage {
        background-color: #fff;
        border-radius: 50%;