Skip to content

Commit

Permalink
fix(website): output spacing (#1661)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahlitvin authored Jan 30, 2025
1 parent fc5b660 commit e3ea5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/features/Packages/Function.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ export const Function: FC<FunctionProps> = ({
Output
</h3>

<div className="flex-1">
<div className="flex-1 flex-col gap-4">
<AnimatePresence>
{f.outputs.length != 0 &&
(methodCallOrQueuedResult == null || loading) && (
Expand Down

0 comments on commit e3ea5bc

Please sign in to comment.