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 c0d2f3d commit 3cfd43dCopy full SHA for 3cfd43d
src/components/Benchmarks/BenchmarkDetail.tsx
@@ -247,7 +247,7 @@ const BenchmarkDetail = ({
247
language={selected.name}
248
/>
249
</div>
250
- <div className="justify-self-start">{result && result}</div>
+ <div className="justify-self-start ml-10">{result && result}</div>
251
<div className="justify-self-end flex-1">
252
<button
253
className="bg-blue-500 hover:bg-blue-700 text-white font-bold mt-2 py-2 px-4 rounded"
0 commit comments