Skip to content

Commit

Permalink
fix: remove pre style
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Sep 5, 2024
1 parent 20de1aa commit 13d31c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const DebugVariables: React.FC<IProps> = (props) => {
id: 'odc.components.PLDebugResultSet.Value',
}),
render(v) {
return <pre>{v}</pre>;
return <pre style={{ margin: 0 }}>{v}</pre>;
},
},
];
Expand Down

0 comments on commit 13d31c4

Please sign in to comment.