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

MM-17477: Fix for group display name column expanding too large when … #3945

Merged
merged 3 commits into from
Nov 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sass/components/_groups.scss
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@
.group-row {
.group-name {
min-width: 276px;
max-width: 559px;
}
}
}
Expand Down