Skip to content

Commit c59d826

Browse files
committed
Fix identifier formatting
1 parent 8e26dfa commit c59d826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/result/GenericResultView.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,9 @@ export function GenericResultView({
325325
<Badge>Exact Match</Badge>
326326
</div>
327327
)}
328-
<div className="rfs-font-bold md:rfs-text-xl">
329-
{title}
330-
<div className="rfs-flex rfs-ml-2 rfs-text-sm rfs-font-normal rfs-text-muted-foreground rfs-gap-3">
328+
<div>
329+
<div className="rfs-font-bold md:rfs-text-xl rfs-mr-2">{title}</div>
330+
<div className="rfs-flex rfs-text-sm rfs-font-normal rfs-text-muted-foreground rfs-gap-3">
331331
{identifier}
332332
{creationDate && (
333333
<div className="rfs-flex rfs-items-center">

0 commit comments

Comments
 (0)