Skip to content

Commit

Permalink
Merge branch '3.1' into 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntimeX committed Aug 12, 2020
2 parents 6499962 + 7a5530a commit d007916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wcfsetup/install/files/style/ui/message.scss
Expand Up @@ -260,6 +260,11 @@
}
}

/* Prevents username overflow in the message sidebar */
.messageAuthorContainer {
overflow: hidden;
}

.messageAuthorContainer:not(:last-child) {
@include screen-md-up {
margin-bottom: 5px;
Expand Down

0 comments on commit d007916

Please sign in to comment.