Skip to content

Commit 0119d93

Browse files
samejrericallam
authored andcommitted
Remove 0 padding
1 parent 90895fb commit 0119d93

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.streams.$streamKey

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.streams.$streamKey/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ export function RealtimeStreamViewer({
350350
)}
351351

352352
{chunks.length > 0 && viewMode === "compact" && (
353-
<div className="p-3 pt-0 font-mono text-xs leading-relaxed">
353+
<div className="p-3 font-mono text-xs leading-relaxed">
354354
<CompactStreamView chunks={chunks} />
355355
{/* Sentinel element for IntersectionObserver */}
356356
<div ref={bottomRef} className="h-px" />

0 commit comments

Comments
 (0)