Skip to content

Commit 8a825f8

Browse files
limeburstclaude
andcommitted
control-plane: Remove editor padding
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent baa331b commit 8a825f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control-plane/src/components/browser/FileViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const FileViewer = forwardRef<FileViewerRef, FileViewerProps>(function FileViewe
111111
// Handle different file types
112112
if (isEditable) {
113113
return (
114-
<div className="h-full overflow-auto p-4">
114+
<div className="h-full overflow-auto">
115115
<Editor
116116
filename={filePath}
117117
contents={fileContent}

0 commit comments

Comments
 (0)