Fix community display name overflow. Fixes #390 (#425)

This commit is contained in:
Dessalines 2021-09-18 17:59:20 -04:00 committed by GitHub
parent 9a26d4bbdf
commit 967b0dd964
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View file

@ -336,7 +336,7 @@ export class Community extends Component<any, State> {
return (
<div class="mb-2">
<BannerIconHeader banner={community.banner} icon={community.icon} />
<h5 class="mb-0">{community.title}</h5>
<h5 class="mb-0 overflow-wrap-anywhere">{community.title}</h5>
<CommunityLink
community={community}
realLink