Skip to content

Commit 4b27a3d

Browse files
chore(site): remove horizontal padding from trajectory tab content (#46)
🤖 Generated with [Pochi](https://getpochi.com) | [Task](https://app.getpochi.com/share/p-7bb785c5533e42809edff1ec06e58a48) Co-authored-by: Pochi <noreply@getpochi.com>
1 parent 3fb258d commit 4b27a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/app/tasks/[name]/[jobId]/trajectory/components/trajectory-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export function TrajectoryPage({
152152
</TabsList>
153153
</div>
154154

155-
<TabsContent value="trajectory" className="relative min-h-0 flex-1 overflow-hidden px-2" forceMount>
155+
<TabsContent value="trajectory" className="relative min-h-0 flex-1 overflow-hidden" forceMount>
156156
<div
157157
className={`absolute inset-0 z-10 overflow-auto bg-background/80 transition-opacity duration-420 ease-out delay-220 ${!mounted || iframeLoading ? "opacity-100" : "pointer-events-none opacity-0"}`}
158158
>

0 commit comments

Comments
 (0)