mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 04:12:47 +02:00
chore: minor formatting
This commit is contained in:
parent
111ecc79fd
commit
16ebbb0709
2 changed files with 2 additions and 2 deletions
|
|
@ -133,7 +133,7 @@ export function CommentItem({
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="mt-1 text-sm text-foreground whitespace-pre-wrap break-words">
|
<div className="mt-1 text-sm text-foreground whitespace-pre-wrap wrap-break-word">
|
||||||
{renderMentions(comment.contentRendered)}
|
{renderMentions(comment.contentRendered)}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ export function CommentTrigger({ commentCount, isOpen, onClick }: CommentTrigger
|
||||||
>
|
>
|
||||||
<MessageSquare className={cn("size-4", isOpen && "fill-current")} />
|
<MessageSquare className={cn("size-4", isOpen && "fill-current")} />
|
||||||
{hasComments && (
|
{hasComments && (
|
||||||
<span className="min-w-[1.25rem] text-xs font-medium">{commentCount}</span>
|
<span className="min-w-5 text-xs font-medium">{commentCount}</span>
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue