Work-around for very long usernames
authorAlexander Ebert <ebert@woltlab.com>
Sat, 6 May 2017 11:16:26 +0000 (13:16 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 6 May 2017 11:16:32 +0000 (13:16 +0200)
wcfsetup/install/files/style/ui/message.scss

index 0711d77537d8130695e4f802f4122f99e868bdda..19923475367726ae4376501d62ca0334470b21cc 100644 (file)
                        margin-left: 30px;
                        max-width: calc(100% - 270px);
                }
+               
+               .username {
+                       /* required to fix wrapping behavior in combination with
+                          `overflow-wrap` / `word-wrap` */
+                       display: block;
+               }
        }
        
        @include screen-sm-down {