Skip to content

Commit 0975c3c

Browse files
authored
style(retry-on-node): add margin-bottom to the container (#17972)
1 parent 1f722cd commit 0975c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/app/components/workflow/nodes/_base/components/retry/retry-on-node.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const RetryOnNode = ({
3838
return null
3939

4040
return (
41-
<div className='px-3'>
41+
<div className='mb-1 px-3'>
4242
<div className={cn(
4343
'system-xs-medium-uppercase flex items-center justify-between rounded-md border-[0.5px] border-transparent bg-workflow-block-parma-bg px-[5px] py-1 text-text-tertiary',
4444
isRunning && 'border-state-accent-active bg-state-accent-hover text-text-accent',

0 commit comments

Comments
 (0)