diff --git a/app/assets/stylesheets/common/base/groups.scss b/app/assets/stylesheets/common/base/groups.scss index 98993a39eb1..242d3077ddb 100644 --- a/app/assets/stylesheets/common/base/groups.scss +++ b/app/assets/stylesheets/common/base/groups.scss @@ -83,7 +83,7 @@ overflow: hidden; flex: 0 1 auto; .group-avatar-flair { - margin-top: 0.3em; + margin-top: 0.2em; margin-right: 8px; flex: 0 0 auto; } @@ -94,9 +94,8 @@ span { width: 100%; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + word-break: break-word; + line-height: $line-height-medium; } } }