Skip to content

Commit

Permalink
text wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
adabingw committed Nov 28, 2023
1 parent f3f2695 commit 6d8adc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dashboard/src/components/Atoms/NotificationCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ export default function NotificationCard({
{message}
</p>
{!message && (
/**
* https://tailwindcss.com/docs/word-break
*/
<span className="whitespace-nowrap text-medium font-medium tracking-medium text-white/50 break-all">
{formatNotificationTime(timestamp)}
</span>
Expand Down

0 comments on commit 6d8adc1

Please sign in to comment.