Skip to content

Commit

Permalink
fix WorkingGroups page word-break
Browse files Browse the repository at this point in the history
  • Loading branch information
eshark9312 committed Nov 21, 2023
1 parent 7682aeb commit 679494b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,8 @@ const WorkingGroupListStyles = styled(RowGapBlock)`
${ListHeaders} {
padding: 0 24px;
}
* {
word-break: normal;
}
`

0 comments on commit 679494b

Please sign in to comment.