Skip to content

Commit

Permalink
w-fit
Browse files Browse the repository at this point in the history
  • Loading branch information
majdyz committed Oct 11, 2024
1 parent 57b32ab commit ed42a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autogpt_platform/frontend/src/components/CustomNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ export function CustomNode({
{/* Input Handles */}
{data.uiType !== BlockUIType.NOTE ? (
<div
className="flex items-start justify-between"
className="flex w-fit items-start justify-between"
data-id="input-handles"
>
<div>
Expand Down

0 comments on commit ed42a52

Please sign in to comment.