Skip to content

Commit f2d2602

Browse files
committed
Use better class to fix wrapping
1 parent 1f9caa5 commit f2d2602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/modules/notifications/NotificationsInbox/InboxItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const InboxItem: FC<InboxItemProps> = ({
2626
</div>
2727

2828
<div className="flex flex-col gap-3 flex-1">
29-
<span className="text-content-secondary text-sm font-medium whitespace-break-spaces break-all">
29+
<span className="text-content-secondary text-sm font-medium whitespace-break-spaces [overflow-wrap:anywhere]">
3030
{notification.content}
3131
</span>
3232
<div className="flex items-center gap-1">

0 commit comments

Comments
 (0)