We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e26dfa commit c59d826Copy full SHA for c59d826
src/components/result/GenericResultView.tsx
@@ -325,9 +325,9 @@ export function GenericResultView({
325
<Badge>Exact Match</Badge>
326
</div>
327
)}
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">
+ <div>
+ <div className="rfs-font-bold md:rfs-text-xl rfs-mr-2">{title}</div>
+ <div className="rfs-flex rfs-text-sm rfs-font-normal rfs-text-muted-foreground rfs-gap-3">
331
{identifier}
332
{creationDate && (
333
<div className="rfs-flex rfs-items-center">
0 commit comments