Skip to content

Commit

Permalink
Merge branch 'dev-4.3.1' into dev-4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Sep 5, 2024
2 parents fcc68b7 + 13d31c4 commit 2182a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const DebugVariables: React.FC<IProps> = (props) => {
defaultMessage: '值',
}),
render(v) {
return <pre>{v}</pre>;
return <pre style={{ margin: 0 }}>{v}</pre>;
},
},
];
Expand Down

0 comments on commit 2182a24

Please sign in to comment.