fix: Test case selector overflow (#385)
This commit is contained in:
@@ -505,7 +505,7 @@ export default function RunEditor({
|
|||||||
)}
|
)}
|
||||||
</Tree>
|
</Tree>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-9/12">
|
<div className="w-9/12 overflow-x-auto">
|
||||||
<TestCaseSelector
|
<TestCaseSelector
|
||||||
projectId={projectId}
|
projectId={projectId}
|
||||||
runId={runId}
|
runId={runId}
|
||||||
|
|||||||
Reference in New Issue
Block a user