Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes (attempt 2/3)
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 16, 2025
1 parent d63cd9d commit f9c2ca6
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 @@ -168,7 +168,7 @@ function NotificationItem({ data }: NotificationItemProps) {
<div className="space-y-1.5">
<MemoizedReactMarkdown
className={cn(
'prose max-w-none break-words dark:prose-invert prose-p:leading-relaxed prose-p:my-1 text-sm',
'prose max-w-none break-words text-sm dark:prose-invert prose-p:my-1 prose-p:leading-relaxed',
{ 'unread-notification': !data.read }
)}
>
Expand Down

0 comments on commit f9c2ca6

Please sign in to comment.