Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 15, 2024
1 parent 6d80631 commit 1f29df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/components/notification-box.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function NotificationItem({ data }: NotificationItemProps) {
{title}
</span>
</div>
<div className="cursor-pointer text-sm text-muted-foreground group-hover:opacity-70 whitespace-pre-wrap break-words">
<div className="cursor-pointer whitespace-pre-wrap break-words text-sm text-muted-foreground group-hover:opacity-70">
{content}
</div>
</div>
Expand Down

0 comments on commit 1f29df9

Please sign in to comment.