Skip to content

Commit

Permalink
chore: make url display in the middle of http node (#8741)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjlarry authored Sep 25, 2024
1 parent bf64ff2 commit cb1942c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/components/workflow/nodes/http/node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Node: FC<NodeProps<HttpNodeType>> = ({
<div className='mb-1 px-3 py-1'>
<div className='flex items-start p-1 rounded-md bg-gray-100'>
<div className='flex items-center h-4 shrink-0 px-1 rounded bg-gray-25 text-xs font-semibold text-gray-700 uppercase'>{method}</div>
<div className='pl-1'>
<div className='pl-1 pt-1'>
<ReadonlyInputWithSelectVar
value={url}
nodeId={id}
Expand Down

0 comments on commit cb1942c

Please sign in to comment.