Skip to content

Commit 3cfd43d

Browse files
committed
fix: layering on result component
1 parent c0d2f3d commit 3cfd43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Benchmarks/BenchmarkDetail.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ const BenchmarkDetail = ({
247247
language={selected.name}
248248
/>
249249
</div>
250-
<div className="justify-self-start">{result && result}</div>
250+
<div className="justify-self-start ml-10">{result && result}</div>
251251
<div className="justify-self-end flex-1">
252252
<button
253253
className="bg-blue-500 hover:bg-blue-700 text-white font-bold mt-2 py-2 px-4 rounded"

0 commit comments

Comments
 (0)