We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f9caa5 commit f2d2602Copy full SHA for f2d2602
site/src/modules/notifications/NotificationsInbox/InboxItem.tsx
@@ -26,7 +26,7 @@ export const InboxItem: FC<InboxItemProps> = ({
26
</div>
27
28
<div className="flex flex-col gap-3 flex-1">
29
- <span className="text-content-secondary text-sm font-medium whitespace-break-spaces break-all">
+ <span className="text-content-secondary text-sm font-medium whitespace-break-spaces [overflow-wrap:anywhere]">
30
{notification.content}
31
</span>
32
<div className="flex items-center gap-1">
0 commit comments