Skip to content

Commit 05e0e6b

Browse files
committed
fix(benchmark): remove border
1 parent 2718cff commit 05e0e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Benchmarks/BenchmarkDetail.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const BenchmarkDetail = ({
126126
navTo="/benchmarks"
127127
/>
128128
<div className="flex p-4">
129-
<div className="flex-1 mx-auto border-4 border-dashed border-gray-200 rounded-lg h-96">
129+
<div className="flex-1 mx-auto border-4 border-dashed border-gray-200 rounded-lg h-96 p-4">
130130
<div className="pl-8 pr-8">
131131
<div className="flex justify-between">
132132
<h1 className="text-2xl pb-3">Subject</h1>
@@ -232,7 +232,7 @@ const BenchmarkDetail = ({
232232
</div>
233233
</div>
234234
<div className="grid flex-1">
235-
<div className="border-4 border-dashed border-gray-200 rounded-lg h-96">
235+
<div className="bg-gray-500 rounded-lg h-96">
236236
<Editor
237237
onMount={handleEditorDidMount}
238238
height="100%"

0 commit comments

Comments
 (0)