Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Automated cherry pick of #3945 (#4175)
Browse files Browse the repository at this point in the history
* MM-17477: Fix for group display name column expanding too large when the name wraps.

* MM-17477: Update per design.
  • Loading branch information
mattermost-build authored and Martin Kraft committed Nov 11, 2019
1 parent 90ad702 commit ead356a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sass/components/_groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,11 @@
.group-row {
.group-name {
min-width: 276px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 539px;
margin-right: 20px;
}
}
}
Expand Down

0 comments on commit ead356a

Please sign in to comment.