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 = ({
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%"
You can’t perform that action at this time.
0 commit comments