File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
libs/web-flow-executor/src/nodes Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ export const getExpressionExecute: NodeTaskFactory<NodeInfo> = (
151151 errorNode = createElement (
152152 'div' ,
153153 {
154- class : `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[100px ] w-full hidden
154+ class : `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[min-content ] w-full hidden
155155 after:content-['']
156156 after:w-0 after:h-0
157157 after:border-l-[10px] after:border-l-transparent
Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ export const getExpression: NodeTaskFactory<NodeInfo> = (
359359 errorNode = createElement (
360360 'div' ,
361361 {
362- class : `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[100px ] w-full hidden
362+ class : `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[min-content ] w-full hidden
363363 after:content-['']
364364 after:w-0 after:h-0
365365 after:border-l-[10px] after:border-l-transparent
Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ export const getFetch: NodeTaskFactory<NodeInfo> = (
352352 errorNode = createElement (
353353 'div' ,
354354 {
355- class : `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[100px ] w-full hidden
355+ class : `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[min-content ] w-full hidden
356356 after:content-['']
357357 after:w-0 after:h-0
358358 after:border-l-[10px] after:border-l-transparent
You can’t perform that action at this time.
0 commit comments