Skip to content

Commit

Permalink
Merge pull request #987 from MTES-MCT/fix-group-card-overflow
Browse files Browse the repository at this point in the history
Fix group card overflow
  • Loading branch information
Falinor authored Oct 29, 2024
2 parents 0db1aa0 + a5d674f commit 2e20e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/GroupCard/group-card.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
.title {
font-weight: 500 !important;
text-overflow: ellipsis;
overflow-x: hidden;
overflow: hidden;
white-space: nowrap;
}

0 comments on commit 2e20e89

Please sign in to comment.