Skip to content

Commit

Permalink
fix(benchmark): remove border
Browse files Browse the repository at this point in the history
  • Loading branch information
angristan committed Jul 11, 2021
1 parent 2718cff commit 05e0e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Benchmarks/BenchmarkDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const BenchmarkDetail = ({
navTo="/benchmarks"
/>
<div className="flex p-4">
<div className="flex-1 mx-auto border-4 border-dashed border-gray-200 rounded-lg h-96">
<div className="flex-1 mx-auto border-4 border-dashed border-gray-200 rounded-lg h-96 p-4">
<div className="pl-8 pr-8">
<div className="flex justify-between">
<h1 className="text-2xl pb-3">Subject</h1>
Expand Down Expand Up @@ -232,7 +232,7 @@ const BenchmarkDetail = ({
</div>
</div>
<div className="grid flex-1">
<div className="border-4 border-dashed border-gray-200 rounded-lg h-96">
<div className="bg-gray-500 rounded-lg h-96">
<Editor
onMount={handleEditorDidMount}
height="100%"
Expand Down

0 comments on commit 05e0e6b

Please sign in to comment.