Skip to content

Commit be856e5

Browse files
Merge pull request #3 from JunSuzuki1973/feat/add-extract-http-nodes-ui
Feafeat: Add Extract and HTTP nodes to UI palette and enable scrollingt/add extract http nodes UI
2 parents 3f0477f + 08d0405 commit be856e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/app/(home)/sections/workflow-builder/HTTPNodePanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default function HTTPNodePanel({ node, nodes, onClose, onDelete, onUpdate
135135
value={url}
136136
onChange={(e) => setUrl(e.target.value)}
137137
placeholder="https://api.example.com/endpoint"
138-
className="w-full px-12 py-8 pr-80 bg-background-base border border-border-faint rounded-8 text-body-small text-accent-black font-mono focus:outline-none focus:border-heat-100 transition-colors"
138+
className="w-full px-12 py-8 pr-150 bg-background-base border border-border-faint rounded-8 text-body-small text-accent-black font-mono focus:outline-none focus:border-heat-100 transition-colors"
139139
/>
140140
{nodes && (
141141
<div className="absolute right-8 top-1/2 -translate-y-1/2">

0 commit comments

Comments
 (0)