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 1b3e3f3 commit 558f823Copy full SHA for 558f823
1 file changed
apps/webapp/app/components/runs/v3/ReplayRunDialog.tsx
@@ -236,7 +236,7 @@ function ReplayForm({
236
className="-mx-3 mt-3 w-auto flex-1 border-b border-t border-grid-dimmed"
237
>
238
<ResizablePanel id="payload" min="300px">
239
- <div className="rounded-smbg-background-deep mb-3 h-full min-h-40 overflow-y-auto scrollbar-thin scrollbar-track-transparent scrollbar-thumb-surface-control">
+ <div className="mb-3 h-full min-h-40 overflow-y-auto rounded-sm bg-background-deep scrollbar-thin scrollbar-track-transparent scrollbar-thumb-surface-control">
240
<JSONEditor
241
className="h-full"
242
autoFocus
0 commit comments