fix: Test case selector overflow (#385)

This commit is contained in:
CY
2026-01-31 11:12:12 +08:00
committed by GitHub
parent fe8983e212
commit 1f4ac0ae7b

View File

@@ -505,7 +505,7 @@ export default function RunEditor({
)}
</Tree>
</div>
<div className="w-9/12">
<div className="w-9/12 overflow-x-auto">
<TestCaseSelector
projectId={projectId}
runId={runId}