Fix HTTP request block overflowing wrapper blocks (#SKY-7486) (#4645)
This commit is contained in:
@@ -167,7 +167,7 @@ function HttpRequestNode({ id, data, type }: NodeProps<HttpRequestNodeType>) {
|
|||||||
id="b"
|
id="b"
|
||||||
className="opacity-0"
|
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
|
<NodeHeader
|
||||||
blockLabel={label}
|
blockLabel={label}
|
||||||
editable={editable}
|
editable={editable}
|
||||||
|
|||||||
Reference in New Issue
Block a user