Skip to content

Commit

Permalink
fix(benchmark): overflow-scroll for subject
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 28, 2021
1 parent 2d10752 commit 3de7a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Benchmarks/BenchmarkDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const BenchmarkDetail = ({
</div>
}
/>
<div className="flex py-6 px-10 overflow-hidden ">
<div className="flex py-6 px-10 overflow-scroll">
<div className="grid w-2/5">
<div className="pl-8 pr-8 border-4 border-dashed border-gray-200 rounded-lg h-96 p-4">
<div className="flex justify-between">
Expand Down

0 comments on commit 3de7a57

Please sign in to comment.