Fix HTTP request block overflowing wrapper blocks (#SKY-7486) (#4645)

This commit is contained in:
Celal Zamanoglu
2026-02-06 01:19:03 +03:00
committed by GitHub
parent 7bf1c721e4
commit 435192908c

View File

@@ -167,7 +167,7 @@ function HttpRequestNode({ id, data, type }: NodeProps<HttpRequestNodeType>) {
id="b"
className="opacity-0"
/>
<div className="w-[36rem] space-y-4 rounded-lg bg-slate-elevation3 px-6 py-4">
<div className="transform-origin-center w-[30rem] space-y-4 rounded-lg bg-slate-elevation3 px-6 py-4 transition-all">
<NodeHeader
blockLabel={label}
editable={editable}