text-overflow: ellipsis;
}
+.overflow-wrap-anywhere {
+ overflow-wrap: anywhere;
+}
+
#app {
display: flex;
flex-direction: column;
{!this.props.hideAvatar && community.icon && showAvatars() && (
<PictrsImage src={community.icon} icon />
)}
- <span>{displayName}</span>
+ <span class="overflow-wrap-anywhere">{displayName}</span>
</>
);
}
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