File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/components/Benchmarks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ const BenchmarkDetail = ({
126
126
navTo = "/benchmarks"
127
127
/>
128
128
< 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 " >
130
130
< div className = "pl-8 pr-8" >
131
131
< div className = "flex justify-between" >
132
132
< h1 className = "text-2xl pb-3" > Subject</ h1 >
@@ -232,7 +232,7 @@ const BenchmarkDetail = ({
232
232
</ div >
233
233
</ div >
234
234
< 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" >
236
236
< Editor
237
237
onMount = { handleEditorDidMount }
238
238
height = "100%"
You can’t perform that action at this time.
0 commit comments