We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b43113 commit eaa5665Copy full SHA for eaa5665
products/logs/frontend/LogsScene.tsx
@@ -289,7 +289,7 @@ function LogsTable({
289
render: (_, { cleanBody, parsedBody }) => {
290
if (parsedBody && prettifyJson) {
291
return (
292
- <pre className={cn('text-xs', wrapBody ? '' : 'whitespace-nowrap')}>
+ <pre className={cn('text-xs m-0', wrapBody ? '' : 'whitespace-nowrap')}>
293
{JSON.stringify(parsedBody, null, 2)}
294
</pre>
295
)
0 commit comments