Skip to content

Commit 330ffc8

Browse files
committed
Remove 0 padding
1 parent 650868e commit 330ffc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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)