Skip to content

Commit

Permalink
update: notification styling
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Jan 10, 2025
1 parent 0029831 commit 70eb7b7
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 text-sm',
'prose max-w-none break-words dark:prose-invert prose-p:leading-relaxed prose-p:my-1 text-sm',
{ 'unread-notification': !data.read }
)}
>
Expand Down

0 comments on commit 70eb7b7

Please sign in to comment.