diff --git a/app/(dashboard)/dashboard/test-editor.tsx b/app/(dashboard)/dashboard/test-editor.tsx index 0ad37792..9498c3b1 100644 --- a/app/(dashboard)/dashboard/test-editor.tsx +++ b/app/(dashboard)/dashboard/test-editor.tsx @@ -124,7 +124,7 @@ const TestEditor: React.FC = ({ onRunTests }) => { document.body.appendChild(tempSpan); const width = tempSpan.getBoundingClientRect().width; document.body.removeChild(tempSpan); - return Math.ceil(width) + 20; // Add some padding + return Math.ceil(width) + 20; }; const handleInputChange = (